remove setlocale (should not to be need)
This commit is contained in:
parent
bc9a917aa2
commit
18fe4f6605
1 changed files with 0 additions and 2 deletions
2
main.cpp
2
main.cpp
|
@ -52,8 +52,6 @@ int main(int argc, char *argv[])
|
|||
a.setApplicationName(GTA5SYNC_APPSTR);
|
||||
a.setApplicationVersion(GTA5SYNC_APPVER);
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
|
||||
#ifdef GTA5SYNC_WIN
|
||||
// Get Windows Font
|
||||
NONCLIENTMETRICS ncm;
|
||||
|
|
Loading…
Reference in a new issue