mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-27 01:26:30 +00:00
Changed: Removed wrong check
--HG-- branch : develop
This commit is contained in:
parent
05e0500aaf
commit
40c7c82a2d
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ std::string CI18N::getSystemLanguageCode ()
|
||||||
|
|
||||||
#ifdef NL_OS_WINDOWS
|
#ifdef NL_OS_WINDOWS
|
||||||
// use user locale under Windows (since Vista)
|
// use user locale under Windows (since Vista)
|
||||||
if (_SystemLanguageCode.empty() && false)
|
if (_SystemLanguageCode.empty())
|
||||||
{
|
{
|
||||||
// GetUserDefaultLocaleName prototype
|
// GetUserDefaultLocaleName prototype
|
||||||
typedef int (WINAPI* GetUserDefaultLocaleNamePtr)(LPWSTR lpLocaleName, int cchLocaleName);
|
typedef int (WINAPI* GetUserDefaultLocaleNamePtr)(LPWSTR lpLocaleName, int cchLocaleName);
|
||||||
|
|
Loading…
Reference in a new issue