CVS: winex/include winnls.h,1.3,1.4
[email protected] 12 Sep 2007 14:06:31 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include winnls.h,1.3,1.4Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv18683/include Modified Files: winnls.h Log Message: Fix compilation on newer versions of Linux. This has been broken since the dbghelp import last week due to a custom WineHQ define that's used in dbghelp. Index: winnls.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/winnls.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- winnls.h 12 Sep 2007 14:06:08 -0000 1.3 +++ winnls.h 12 Sep 2007 14:06:29 -0000 1.4 @@ -153,6 +153,8 @@ #define CP_UTF7 65000 #define CP_UTF8 65001 +#define CP_UNIXCP 65010 /* Wine-specific extension - not part of the PSDK */ + #define WC_DISCARDNS 0x00000010 #define WC_SEPCHARS 0x00000020 #define WC_DEFAULTCHAR 0x00000040