| author | |
| committer | |
| log | e5100605e9ba233d04fd46dec58c151239b6d365 |
| tree | f3e327f1ebdd0e28325a49210a7e932d88442310 |
| parent | 04267fb1baf0b7b47330223fad0acbd088452ee7 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/windows/bits.zig+1| ... | ... | @@ -60,6 +60,7 @@ pub const SIZE_T = usize; |
| 60 | 60 | pub const TCHAR = if (UNICODE) WCHAR else u8; |
| 61 | 61 | pub const UINT = c_uint; |
| 62 | 62 | pub const ULONG_PTR = usize; |
| 63 | pub const LONG_PTR = isize; | |
| 63 | 64 | pub const DWORD_PTR = ULONG_PTR; |
| 64 | 65 | pub const UNICODE = false; |
| 65 | 66 | pub const WCHAR = u16; |