12 lines
430 B
C
12 lines
430 B
C
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SECTIONMAPFLAGS_H_
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_SECTIONMAPFLAGS_H_
|
|
|
|
#define kNtSectionQuery 0x0001
|
|
#define kNtSectionMapWrite 0x0002
|
|
#define kNtSectionMapRead 0x0004
|
|
#define kNtSectionMapExecute 0x0008
|
|
#define kNtSectionExtendSize 0x0010
|
|
#define kNtSectionMapExecuteExplicit 0x0020
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SECTIONMAPFLAGS_H_ */
|