mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
11 lines
353 B
C
11 lines
353 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEPROLOGUEDYNAMICRELOCATIONHEADER_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEPROLOGUEDYNAMICRELOCATIONHEADER_H_
|
||
|
|
||
|
struct NtImagePrologueDynamicRelocationHeader {
|
||
|
uint8_t PrologueByteCount;
|
||
|
uint8_t PrologueBytes[0];
|
||
|
};
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEPROLOGUEDYNAMICRELOCATIONHEADER_H_ \
|
||
|
*/
|