authorgravatar for hershkrishna@protonmail.chrageoholic <hershkrishna@protonmail.ch> 2020-11-04 18:30:48-06:00
committergravatar for hershkrishna@protonmail.chrageoholic <hershkrishna@protonmail.ch> 2020-11-04 18:30:48-06:00
loge5100605e9ba233d04fd46dec58c151239b6d365
treef3e327f1ebdd0e28325a49210a7e932d88442310
parent04267fb1baf0b7b47330223fad0acbd088452ee7

Add missing LONG_PTR type


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/os/windows/bits.zig+1
......@@ -60,6 +60,7 @@ pub const SIZE_T = usize;
6060pub const TCHAR = if (UNICODE) WCHAR else u8;
6161pub const UINT = c_uint;
6262pub const ULONG_PTR = usize;
63pub const LONG_PTR = isize;
6364pub const DWORD_PTR = ULONG_PTR;
6465pub const UNICODE = false;
6566pub const WCHAR = u16;