mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix UNICODE command line handling for MinGW builds
svn path=/trunk/; revision=13332
This commit is contained in:
@@ -482,6 +482,9 @@ int main(int argc, char* argv[])
|
||||
while(*cmdline && !_istspace(*cmdline))
|
||||
++cmdline;
|
||||
|
||||
while(_istspace(*cmdline))
|
||||
++cmdline;
|
||||
|
||||
return wWinMain(GetModuleHandle(NULL), 0, cmdline, nShowCmd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user