mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
MSVC uses C version of locale.
This commit is contained in:
parent
512ee1204e
commit
d04bb3befb
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ namespace MWGui
|
||||||
timeinfo = localtime(&time);
|
timeinfo = localtime(&time);
|
||||||
|
|
||||||
// Use system/environment locale settings for datetime formatting
|
// Use system/environment locale settings for datetime formatting
|
||||||
std::setlocale(LC_TIME, "");
|
setlocale(LC_TIME, "");
|
||||||
|
|
||||||
const int size=1024;
|
const int size=1024;
|
||||||
char buffer[size];
|
char buffer[size];
|
||||||
|
|
Loading…
Reference in a new issue