Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Fix wrong value of FILE_FLAG_POSIX_SEMANTICS in Kernel32+CreateFileFlags.cs #581

Conversation

JamesWCCheng
Copy link
Contributor

FILE_FLAG_POSIX_SEMANTICS is 0x01000000 by MSDN
https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilea#parameters
Value was incorrect FILE_FLAG_POSIX_SEMANTICS = 0x0100000.

…ags.cs

FILE_FLAG_POSIX_SEMANTICS is 0x01000000 by MSDN https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilea#parameters
Value was incorrect FILE_FLAG_POSIX_SEMANTICS = 0x0100000.
@dnfadmin
Copy link

dnfadmin commented Jun 23, 2021

CLA assistant check
All CLA requirements met.

@AArnott AArnott merged commit cc452f8 into dotnet:main Jun 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants