cosmopolitan/libc/nt/enum/sectioninformationclass.h

8 lines
264 B
C

#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SECTIONINFORMATIONCLASS_H_
#define COSMOPOLITAN_LIBC_NT_ENUM_SECTIONINFORMATIONCLASS_H_
#define kNtSectionBasicInformation 0
#define kNtSectionImageInformation 1
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SECTIONINFORMATIONCLASS_H_ */