This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong value of FILE_FLAG_POSIX_SEMANTICS in Kernel32+CreateFileFl…
…ags.cs (#581) * Fix wrong value of FILE_FLAG_POSIX_SEMANTICS in Kernel32+CreateFileFlags.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. * Fix PublicAPI Co-authored-by: James Cheng <[email protected]> Co-authored-by: Andrew Arnott <[email protected]>
- Loading branch information