Skip to content

Commit 41191af

Browse files
expipiplus1doitsujin
authored andcommitted
A few more WinDef types in windows_base.h
These specific ones are used in MS's d3dx12 headers
1 parent 5828f0e commit 41191af

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

include/native/windows/windows_base.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,20 @@ typedef const void* LPCVOID;
4848
typedef size_t SIZE_T;
4949

5050
typedef int8_t INT8;
51-
5251
typedef uint8_t UINT8;
5352
typedef uint8_t BYTE;
5453

5554
typedef int16_t SHORT;
5655
typedef uint16_t USHORT;
5756

5857
typedef int64_t LONGLONG;
58+
typedef int64_t INT64;
59+
5960
typedef uint64_t ULONGLONG;
61+
typedef uint64_t UINT64;
6062

6163
typedef intptr_t LONG_PTR;
64+
typedef uintptr_t ULONG_PTR;
6265

6366
typedef float FLOAT;
6467

0 commit comments

Comments
 (0)