mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
11 lines
306 B
C
11 lines
306 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEBOUNDFORWARDERREF_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEBOUNDFORWARDERREF_H_
|
||
|
|
||
|
struct NtImageBoundForwarderRef {
|
||
|
uint32_t TimeDateStamp;
|
||
|
uint16_t OffsetModuleName;
|
||
|
uint16_t Reserved;
|
||
|
};
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEBOUNDFORWARDERREF_H_ */
|