| ... | ... | @@ -19,7 +19,6 @@ pub const STD_OUTPUT_HANDLE = maxInt(DWORD) - 11 + 1; |
| 19 | 19 | /// The standard error device. Initially, this is the active console screen buffer, CONOUT$. |
| 20 | 20 | pub const STD_ERROR_HANDLE = maxInt(DWORD) - 12 + 1; |
| 21 | 21 | |
| 22 | | pub const SHORT = c_short; |
| 23 | 22 | pub const BOOL = c_int; |
| 24 | 23 | pub const BOOLEAN = BYTE; |
| 25 | 24 | pub const BYTE = u8; |
| ... | ... | @@ -54,6 +53,8 @@ pub const UNICODE = false; |
| 54 | 53 | pub const WCHAR = u16; |
| 55 | 54 | pub const WORD = u16; |
| 56 | 55 | pub const LARGE_INTEGER = i64; |
| 56 | pub const USHORT = u16; |
| 57 | pub const SHORT = i16; |
| 57 | 58 | pub const ULONG = u32; |
| 58 | 59 | pub const LONG = i32; |
| 59 | 60 | pub const ULONGLONG = u64; |