From 7e18d733a3cc2295324c954b16d6a13d7d9716ca Mon Sep 17 00:00:00 2001 From: Ryan Cumming Date: Mon, 4 Nov 2002 22:39:45 +0000 Subject: [PATCH] Added missing CSTR_ definitions. --- include/winnls.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/winnls.h b/include/winnls.h index f29ea32a275..fba194f00d3 100644 --- a/include/winnls.h +++ b/include/winnls.h @@ -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 */