mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[PSDK]
Fixed build svn path=/trunk/; revision=48935
This commit is contained in:
parent
24e16c3ff8
commit
a14c76d2c8
1 changed files with 3 additions and 2 deletions
|
@ -148,8 +148,8 @@ typedef void* __ptr64 PVOID64;
|
|||
#endif
|
||||
|
||||
typedef wchar_t WCHAR;
|
||||
typedef WCHAR *PWCHAR,*LPWCH,*PWCH,*NWPSTR,*LPWSTR,*PWSTR;
|
||||
typedef CONST WCHAR *LPCWCH,*PCWCH,*LPCWSTR,*PCWSTR;
|
||||
typedef WCHAR *PWCHAR,*LPWCH,*PWCH,*NWPSTR,*LPWSTR,*PWSTR,*PZZWSTR;
|
||||
typedef CONST WCHAR *LPCWCH,*PCWCH,*LPCWSTR,*PCWSTR,*PCZZWSTR;
|
||||
typedef CHAR *PCHAR,*LPCH,*PCH,*NPSTR,*LPSTR,*PSTR;
|
||||
typedef CONST CHAR *LPCCH,*PCCH,*PCSTR,*LPCSTR;
|
||||
typedef PWSTR *PZPWSTR;
|
||||
|
@ -161,6 +161,7 @@ typedef PSTR *PZPSTR;
|
|||
typedef CONST PSTR *PCZPSTR;
|
||||
typedef PCSTR *PZPCSTR;
|
||||
|
||||
|
||||
#ifdef UNICODE
|
||||
#ifndef _TCHAR_DEFINED
|
||||
#define _TCHAR_DEFINED
|
||||
|
|
Loading…
Reference in a new issue