mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 14:52:10 +01:00
[native] Add CHAR and PCSTR to windows_base.h
This commit is contained in:
parent
4ed04268fd
commit
dfbebba6b5
@ -31,6 +31,9 @@ typedef wchar_t WCHAR;
|
||||
typedef WCHAR *NWPSTR, *LPWSTR, *PWSTR;
|
||||
typedef unsigned char UCHAR, *PUCHAR;
|
||||
|
||||
typedef char CHAR;
|
||||
typedef const CHAR *LPCSTR, *PCSTR;
|
||||
|
||||
typedef INT BOOL;
|
||||
typedef BOOL WINBOOL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user