diff options
Diffstat (limited to 'Public/Kits/SystemKit/CoreAPI.hxx')
| -rw-r--r-- | Public/Kits/SystemKit/CoreAPI.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Public/Kits/SystemKit/CoreAPI.hxx b/Public/Kits/SystemKit/CoreAPI.hxx index 5d9bfb1a..9d907104 100644 --- a/Public/Kits/SystemKit/CoreAPI.hxx +++ b/Public/Kits/SystemKit/CoreAPI.hxx @@ -31,6 +31,9 @@ typedef __UINT16_TYPE__ WORD; typedef __UINT32_TYPE__ DWORD; typedef __UINT64_TYPE__ QWORD; +typedef __WCHAR_TYPE__ WCHAR; +typedef WCHAR* PWCHAR; + #ifdef __x86_64__ # define _M_AMD64 #endif |
