mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
11 lines
341 B
C
11 lines
341 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEBOUNDIMPORTDESCRIPTOR_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEBOUNDIMPORTDESCRIPTOR_H_
|
||
|
|
||
|
struct NtImageBoundImportDescriptor {
|
||
|
uint32_t TimeDateStamp;
|
||
|
uint16_t OffsetModuleName;
|
||
|
uint16_t NumberOfModuleForwarderRefs;
|
||
|
};
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEBOUNDIMPORTDESCRIPTOR_H_ */
|