mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-14 10:18:02 +00:00
12 lines
228 B
C
12 lines
228 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_SIZE_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_STRUCT_SIZE_H_
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
struct NtSize {
|
||
|
int32_t cx;
|
||
|
int32_t cy;
|
||
|
};
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_SIZE_H_ */
|