Initial import
This commit is contained in:
11
libc/nt/enum/sectioninformationclass.h
Normal file
11
libc/nt/enum/sectioninformationclass.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SECTIONINFORMATIONCLASS_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_ENUM_SECTIONINFORMATIONCLASS_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
enum NtSectionInformationClass {
|
||||
kNtSectionBasicInformation,
|
||||
kNtSectionImageInformation
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SECTIONINFORMATIONCLASS_H_ */
|
||||
Reference in New Issue
Block a user