Francois Gouget : include: Fix a typo in the declaration of PCUZZTSTR.

Alexandre Julliard julliard at winehq.org
Mon Oct 1 13:35:00 CDT 2012


Module: wine
Branch: master
Commit: 62d19578509ded2457e466bd1a5ef5661cb01dbd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=62d19578509ded2457e466bd1a5ef5661cb01dbd

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Sat Sep 29 18:02:36 2012 +0200

include: Fix a typo in the declaration of PCUZZTSTR.

---

 include/winnt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 9cb57cf..207adaa 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;




More information about the wine-cvs mailing list