Rebase against 5cf64084fb6f277c3453099a65a78817d5c9f1db

This commit is contained in:
Alistair Leslie-Hughes
2019-12-04 09:45:57 +11:00
parent d388288e2e
commit 7167c4d6ad
7 changed files with 35 additions and 278 deletions

View File

@@ -15,7 +15,7 @@ index 016c21109..0681f726b 100644
TRACE( "Starting debugger %s\n", debugstr_w(cmdline) );
memset( &startup, 0, sizeof(startup) );
startup.cb = sizeof(startup);
+ startup.lpDesktop = (char *)"WinSta0";
+ startup.lpDesktop = L"WinSta0";
startup.dwFlags = STARTF_USESHOWWINDOW;
startup.wShowWindow = SW_SHOWNORMAL;
ret = CreateProcessW( NULL, cmdline, NULL, NULL, TRUE, 0, env, NULL, &startup, &info );