2020-06-15 14:18:57 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SECTIONMAPFLAGS_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_SECTIONMAPFLAGS_H_
|
|
|
|
|
2020-11-25 16:19:00 +00:00
|
|
|
#define kNtSectionQuery 0x0001
|
|
|
|
#define kNtSectionMapWrite 0x0002
|
|
|
|
#define kNtSectionMapRead 0x0004
|
|
|
|
#define kNtSectionMapExecute 0x0008
|
|
|
|
#define kNtSectionExtendSize 0x0010
|
|
|
|
#define kNtSectionMapExecuteExplicit 0x0020
|
2020-06-15 14:18:57 +00:00
|
|
|
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SECTIONMAPFLAGS_H_ */
|