diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-12-05 17:41:27 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-12-05 17:41:27 +0100 |
commit | c856a058b50e9f9844a4eb4b63e3786de69e6678 (patch) | |
tree | a24d90a382882fdaeb563e99a34b9b0c11f901d6 /dep/CascLib/src/CascLib.h | |
parent | fcbbeb3644c2f19f6c074871e1cb47c7fb8876c0 (diff) |
Dep: Update CascLib to ladislav-zezula/CascLib@e2fc95cdb15d03eb1e4c86b1161df82d5b92eff9
Diffstat (limited to 'dep/CascLib/src/CascLib.h')
-rw-r--r-- | dep/CascLib/src/CascLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascLib.h b/dep/CascLib/src/CascLib.h index b6c68938d8e..93decc29755 100644 --- a/dep/CascLib/src/CascLib.h +++ b/dep/CascLib/src/CascLib.h @@ -60,7 +60,7 @@ extern "C" { #define CASC_LOCALE_BIT_ENUS 0x01 #define CASC_LOCALE_BIT_KOKR 0x02 -#define CASC_LOCALE_DUAL_LANG 0x03 +#define CASC_LOCALE_BIT_RESERVED 0x03 #define CASC_LOCALE_BIT_FRFR 0x04 #define CASC_LOCALE_BIT_DEDE 0x05 #define CASC_LOCALE_BIT_ZHCN 0x06 |