cosmopolitan/libc/nt/struct/imageprologuedynamicrelocationheader.internal.h

11 lines
353 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#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_ \
*/