include: Fix a typo in the declaration of PCUZZTSTR.

This commit is contained in:
Francois Gouget 2012-09-29 18:02:36 +02:00 committed by Alexandre Julliard
parent a809803a92
commit 62d1957850

View file

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