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

Wrong values in Kernel32.READ_DIRECTORY_NOTIFY_INFORMATION_CLASS enum #450

Closed
antoinebj opened this issue Mar 27, 2024 · 1 comment
Closed

Comments

@antoinebj
Copy link

Describe the bug and how to reproduce

The values of the enum are incorrectly 0 and 1.

What code is involved

Declaration of Kernel32.READ_DIRECTORY_NOTIFY_INFORMATION_CLASS enum

Expected behavior

The values should be 1 and 2 according to Microsoft documentation:
https://learn.microsoft.com/en-us/windows/win32/api/minwinbase/ne-minwinbase-read_directory_notify_information_class
Also verified in minwinbase.h itself

@dahall
Copy link
Owner

dahall commented Mar 28, 2024

Fixed in 4.0 branch. Release out soon.

@dahall dahall closed this as completed Mar 28, 2024
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