mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Update ICU on Windows to 68.1 with the v140_xp toolset.
- Remove the last usage of the MACRO "TRUE" as it's deprecated and
replace it by its value "1" the == operator is overloaded to return a
UBool(int8_t) refs 9b9a96382c
- Remove two unused DLLs
- Update and add EOL to headers.
Refs #3004
This was SVN commit r24314.
This commit is contained in:
@@ -201,7 +201,7 @@ void L10n::ReevaluateCurrentLocaleAndReload()
|
||||
else
|
||||
{
|
||||
GetDictionaryLocale(locale, currentLocale);
|
||||
currentLocaleIsOriginalGameLocale = (currentLocale == icu::Locale::getUS()) == TRUE;
|
||||
currentLocaleIsOriginalGameLocale = (currentLocale == icu::Locale::getUS()) == 1;
|
||||
useLongStrings = false;
|
||||
}
|
||||
LoadDictionaryForCurrentLocale();
|
||||
|
||||
Reference in New Issue
Block a user