Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using kIOMainPortDefault breaks macos < 12.0 compatibility #48

Open
movalex opened this issue Jun 27, 2023 · 1 comment
Open

Using kIOMainPortDefault breaks macos < 12.0 compatibility #48

movalex opened this issue Jun 27, 2023 · 1 comment

Comments

@movalex
Copy link

movalex commented Jun 27, 2023

result = IOServiceGetMatchingServices(kIOMainPortDefault, matchingDictionary, &iterator);

Is there a way to determine macos version and use kIOMasterPortDefault for macos < 12.0?

@TurtleWilly
Copy link

#ifndef kIOMainPortDefault
#define kIOMainPortDefault kIOMasterPortDefault
#endif

probably should work good enough?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants