cosmopolitan/libc/nt/struct/smallrect.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
238 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SMALLRECT_H_
#define COSMOPOLITAN_LIBC_NT_ENUM_SMALLRECT_H_
struct NtSmallRect {
int16_t Left;
int16_t Top;
int16_t Right;
int16_t Bottom;
};
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SMALLRECT_H_ */