* Add missing LINGUISTIC_IGNORECASE and NORM_LINGUISTIC_CASING definitions.

svn path=/trunk/; revision=62786
This commit is contained in:
Amine Khaldi
2014-04-18 22:39:12 +00:00
parent 5f7347300b
commit b3c122ba2c
+2
View File
@@ -163,6 +163,8 @@ static const WCHAR LOCALE_NAME_SYSTEM_DEFAULT[] = {'!','s','y','s','-','d','e','
#define NORM_IGNORENONSPACE 2
#define NORM_IGNORESYMBOLS 4
#define NORM_IGNOREWIDTH 131072
#define LINGUISTIC_IGNORECASE 0x00000010
#define NORM_LINGUISTIC_CASING 0x08000000
#define SORT_STRINGSORT 4096
#define LCMAP_LOWERCASE 0x00000100
#define LCMAP_UPPERCASE 0x00000200