mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Change std::setlocale to setlocale to fix on some compilers
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user