mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-03 06:18:45 +00:00
11 lines
328 B
C
11 lines
328 B
C
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEIMPORTBYNAME_H_
|
|
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEIMPORTBYNAME_H_
|
|
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
|
|
|
struct NtImageImportByName {
|
|
uint16_t Hint;
|
|
char Name[1];
|
|
};
|
|
|
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
|
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEIMPORTBYNAME_H_ */
|