1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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 PCZZWSTR PCZZTSTR;
typedef PUZZWSTR PUZZTSTR;
typedef PUCZZWSTR PCUZZTSTR;
typedef PCUZZWSTR PCUZZTSTR;
# else /* UNICODE */
# ifndef _TCHAR_DEFINED
typedef CHAR TCHAR, *PTCHAR;