We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is causing a CsWin32 test to be unstable. Today, both of these enums exist. Can we remove the second one?
public enum FILE_CREATE_FLAGS : uint { CREATE_NEW = 1u, CREATE_ALWAYS, OPEN_EXISTING, OPEN_ALWAYS, TRUNCATE_EXISTING } public enum CreateLogFile_fCreateDispositionFlags : uint { CREATE_NEW = 1u, OPEN_EXISTING = 3u, OPEN_ALWAYS = 4u, CREATE_ALWAYS = 2u, TRUNCATE_EXISTING = 5u }
The text was updated successfully, but these errors were encountered:
Workaround microsoft/win32metadata#365
c087ea2
72095c0
No branches or pull requests
This is causing a CsWin32 test to be unstable. Today, both of these enums exist. Can we remove the second one?
The text was updated successfully, but these errors were encountered: