mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
Add missing LONG_PTR type
This commit is contained in:
parent
04267fb1ba
commit
e5100605e9
@ -60,6 +60,7 @@ pub const SIZE_T = usize;
|
||||
pub const TCHAR = if (UNICODE) WCHAR else u8;
|
||||
pub const UINT = c_uint;
|
||||
pub const ULONG_PTR = usize;
|
||||
pub const LONG_PTR = isize;
|
||||
pub const DWORD_PTR = ULONG_PTR;
|
||||
pub const UNICODE = false;
|
||||
pub const WCHAR = u16;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user