From 62d19578509ded2457e466bd1a5ef5661cb01dbd Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 29 Sep 2012 18:02:36 +0200 Subject: [PATCH] include: Fix a typo in the declaration of PCUZZTSTR. --- include/winnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/winnt.h b/include/winnt.h index 9cb57cfc42e..207adaa7ac8 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -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;