Added missing CSTR_ definitions.

oldstable
Ryan Cumming 2002-11-04 22:39:45 +00:00 committed by Alexandre Julliard
parent ffd98e9c59
commit 7e18d733a3
1 changed files with 5 additions and 0 deletions

View File

@ -328,6 +328,11 @@ extern "C" {
#define CAL_GREGORIAN_XLIT_ENGLISH 11
#define CAL_GREGORIAN_XLIT_FRENCH 12
/* CompareString defines */
#define CSTR_LESS_THAN 1
#define CSTR_EQUAL 2
#define CSTR_GREATER_THAN 3
/* Types
*/