-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implement missing functions on windows #568
Comments
Which API do you mean? Do we have a list? |
I think we should only ifdef things that will never work on Windows or use nix-specific things (like file descriptors). Things that are currently unimplemented (but will be eventually) should just fail at runtime. |
This is also an option. ATM we just do not provide symbol which is just bad |
|
since this is about |
No - this is only similar issue:
|
LevelZero provider should be supported on Windows. |
Missing functions on windows should be implemented, and just return not supported return code.
Currently, we just do not export some linux only functions on windows.
The text was updated successfully, but these errors were encountered: