cosmopolitan/libc/nt/struct/smallrect.h

14 lines
323 B
C

#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SMALLRECT_H_
#define COSMOPOLITAN_LIBC_NT_ENUM_SMALLRECT_H_
#if !(__ASSEMBLER__ + __LINKER__ + 0)
struct NtSmallRect {
int16_t Left;
int16_t Top;
int16_t Right;
int16_t Bottom;
};
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SMALLRECT_H_ */