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

10 lines
258 B
C
Raw Normal View History

2020-06-15 07:18:57 -07:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEDATADIRECTORY_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEDATADIRECTORY_H_
struct NtImageDataDirectory {
uint32_t VirtualAddress;
uint32_t Size;
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEDATADIRECTORY_H_ */