Commit 7377b536 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Alexandre Julliard

include: Add missing PCWCHAR to winnt.h.

parent aa4d0dd8
......@@ -536,7 +536,8 @@ typedef CHAR *PZZSTR;
typedef const CHAR *PCZZSTR;
/* Unicode string types */
typedef const WCHAR *PCWCHAR, *LPCUWCHAR, *PCUWCHAR;
typedef const WCHAR *PCWCHAR, *LPCWCHAR;
typedef const WCHAR *PCUWCHAR, *LPCUWCHAR;
typedef WCHAR *PWCH, *LPWCH;
typedef const WCHAR *PCWCH, *LPCWCH;
typedef WCHAR *PNZWCH, *PUNZWCH;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment