Commit 7e18d733 authored by Ryan Cumming's avatar Ryan Cumming Committed by Alexandre Julliard

Added missing CSTR_ definitions.

parent ffd98e9c
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment