Merge pull request #3373 from laytan/add-some-windows-wsa-symbols

add some wsa based additions to `core:sys/windows`
This commit is contained in:
gingerBill
2024-04-04 20:40:31 +01:00
committed by GitHub
2 changed files with 46 additions and 15 deletions
+4
View File
@@ -546,6 +546,10 @@ FILE_MAP_RESERVE :: DWORD(0x80000000)
FILE_MAP_TARGETS_INVALID :: DWORD(0x40000000)
FILE_MAP_LARGE_PAGES :: DWORD(0x20000000)
// Flags for `SetFileCompletionNotificationModes`.
FILE_SKIP_COMPLETION_PORT_ON_SUCCESS :: 0x1
FILE_SKIP_SET_EVENT_ON_HANDLE :: 0x2
PAGE_NOACCESS :: 0x01
PAGE_READONLY :: 0x02
PAGE_READWRITE :: 0x04