include: Fix a typo in the declaration of PCUZZTSTR.

oldstable
Francois Gouget 2012-09-29 18:02:36 +02:00 committed by Alexandre Julliard
parent a809803a92
commit 62d1957850
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ typedef PCUNZWCH PCUNZTCH;
typedef PZZWSTR PZZTSTR;
typedef PCZZWSTR PCZZTSTR;
typedef PUZZWSTR PUZZTSTR;
typedef PUCZZWSTR PCUZZTSTR;
typedef PCUZZWSTR PCUZZTSTR;
# else /* UNICODE */
# ifndef _TCHAR_DEFINED
typedef CHAR TCHAR, *PTCHAR;