add some wsa based additions to core:sys/windows

This commit is contained in:
Laytan Laats
2024-04-04 17:09:12 +02:00
parent 5fe0788cff
commit 1af84e082c
2 changed files with 46 additions and 15 deletions
+4
View File
@@ -545,6 +545,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