Change std::setlocale to setlocale to fix on some compilers

This commit is contained in:
baldurk
2017-01-24 22:27:09 +00:00
parent 3b010c6eef
commit dd957a2ac8
+1 -1
View File
@@ -718,7 +718,7 @@ void sig_handler(int signo)
int main(int argc, char *argv[])
{
std::setlocale(LC_CTYPE, "");
setlocale(LC_CTYPE, "");
#if defined(RENDERDOC_SUPPORT_GL)