MSVC uses C version of locale.

actorid
cc9cii 11 years ago
parent 512ee1204e
commit d04bb3befb

@ -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…
Cancel
Save