include: Fix a typo in the declaration of PCUZZTSTR.

Francois Gouget fgouget at codeweavers.com
Sat Sep 29 11:02:36 CDT 2012


---
 include/winnt.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/winnt.h b/include/winnt.h
index 8ec4158..6694807 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -520,7 +520,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;
-- 
1.7.10.4



More information about the wine-patches mailing list