CVS: winex/include winnls.h,1.2,1.3

[email protected] 12 Sep 2007 14:06:10 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/include winnls.h,1.2,1.3Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv18499/include

Modified Files:
	winnls.h 
Log Message:
Added a couple of winnls definitions.


Index: winnls.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/winnls.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- winnls.h	6 Nov 2006 12:57:57 -0000	1.2
+++ winnls.h	12 Sep 2007 14:06:08 -0000	1.3
@@ -173,6 +173,10 @@
 #define LCMAP_HALFWIDTH	0x00400000	/* map double byte to single byte */
 #define LCMAP_FULLWIDTH	0x00800000	/* map single byte to double byte */
 
+#define CSTR_LESS_THAN    1
+#define CSTR_EQUAL        2
+#define CSTR_GREATER_THAN 3
+
 /* Date Flags for GetDateFormat. */
 
 #define DATE_SHORTDATE         0x00000001  /* use short date picture */
@@ -302,6 +306,7 @@
 #define CAL_SABBREVMONTHNAME13    0x0000002e
 #define CAL_SYEARMONTH            0x0000002f
 #define CAL_ITWODIGITYEARMAX      0x00000030
+#define ENUM_ALL_CALENDARS        0xffffffff
 #define CAL_GREGORIAN                  1
 #define CAL_GREGORIAN_US               2
 #define CAL_JAPAN                      3