fix compilation in VC9 (setlocale not in std::)
This commit is contained in:
parent
35a17fd952
commit
1d2b5003f3
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace test_utils {
|
|||
, font_manager_()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
std::setlocale(LC_ALL, "English");
|
||||
setlocale(LC_ALL, "English");
|
||||
#else
|
||||
std::setlocale(LC_ALL, "C");
|
||||
std::setlocale(LC_MESSAGES, "");
|
||||
|
|
Loading…
Add table
Reference in a new issue