Added missing CSTR_ definitions.
This commit is contained in:
parent
ffd98e9c59
commit
7e18d733a3
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue