We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac246a3 commit 455293dCopy full SHA for 455293d
win/winMain.c
@@ -150,13 +150,6 @@ _tWinMain(
150
151
consoleRequired = TRUE;
152
153
- /*
154
- * Set up the default locale to be standard "C" locale so parsing is
155
- * performed correctly.
156
- */
157
-
158
- setlocale(LC_ALL, "C");
159
160
/*
161
* Get our args from the c-runtime. Ignore lpszCmdLine.
162
*/
@@ -297,13 +290,6 @@ _tmain(
297
290
int argc,
298
291
TCHAR **argv)
299
292
{
300
301
302
303
304
305
306
307
293
308
294
* Console emulation widget not required as this entry is from the
309
295
* console subsystem, thus stdin,out,err already have end-points.
0 commit comments