mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
A few more WinDef types in windows_base.h
These specific ones are used in MS's d3dx12 headers
This commit is contained in:
parent
5828f0e2b9
commit
41191af3b1
@ -48,7 +48,6 @@ typedef const void* LPCVOID;
|
||||
typedef size_t SIZE_T;
|
||||
|
||||
typedef int8_t INT8;
|
||||
|
||||
typedef uint8_t UINT8;
|
||||
typedef uint8_t BYTE;
|
||||
|
||||
@ -56,9 +55,13 @@ typedef int16_t SHORT;
|
||||
typedef uint16_t USHORT;
|
||||
|
||||
typedef int64_t LONGLONG;
|
||||
typedef int64_t INT64;
|
||||
|
||||
typedef uint64_t ULONGLONG;
|
||||
typedef uint64_t UINT64;
|
||||
|
||||
typedef intptr_t LONG_PTR;
|
||||
typedef uintptr_t ULONG_PTR;
|
||||
|
||||
typedef float FLOAT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user