Skip to content

Commit a14c76d

Browse files
committed
[PSDK]
Fixed build svn path=/trunk/; revision=48935
1 parent 24e16c3 commit a14c76d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reactos/include/psdk/winnt.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ typedef void* __ptr64 PVOID64;
148148
#endif
149149

150150
typedef wchar_t WCHAR;
151-
typedef WCHAR *PWCHAR,*LPWCH,*PWCH,*NWPSTR,*LPWSTR,*PWSTR;
152-
typedef CONST WCHAR *LPCWCH,*PCWCH,*LPCWSTR,*PCWSTR;
151+
typedef WCHAR *PWCHAR,*LPWCH,*PWCH,*NWPSTR,*LPWSTR,*PWSTR,*PZZWSTR;
152+
typedef CONST WCHAR *LPCWCH,*PCWCH,*LPCWSTR,*PCWSTR,*PCZZWSTR;
153153
typedef CHAR *PCHAR,*LPCH,*PCH,*NPSTR,*LPSTR,*PSTR;
154154
typedef CONST CHAR *LPCCH,*PCCH,*PCSTR,*LPCSTR;
155155
typedef PWSTR *PZPWSTR;
@@ -161,6 +161,7 @@ typedef PSTR *PZPSTR;
161161
typedef CONST PSTR *PCZPSTR;
162162
typedef PCSTR *PZPCSTR;
163163

164+
164165
#ifdef UNICODE
165166
#ifndef _TCHAR_DEFINED
166167
#define _TCHAR_DEFINED

0 commit comments

Comments
 (0)