Add MapViewOfFile3 WIN32 API

This commit is contained in:
Justine Tunney 2024-05-04 12:25:07 -07:00
parent 130fd66f9e
commit d5ebb1fa5b
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 70 additions and 0 deletions

View file

@ -16,4 +16,7 @@
#define kNtMemLargePages 0x20000000
#define kNtMem4mbPages 0x80000000
#define kNtMemReplacePlaceholder 0x00004000
#define kNtMemLargePages 0x20000000
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_MEMFLAGS_H_ */