mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 11:38:19 +03: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);
|
||||
|
||||
// Use system/environment locale settings for datetime formatting
|
||||
std::setlocale(LC_TIME, "");
|
||||
setlocale(LC_TIME, "");
|
||||
|
||||
const int size=1024;
|
||||
char buffer[size];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue