mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
rm REMOTE DBG
svn path=/trunk/; revision=6096
This commit is contained in:
parent
2efa56ff58
commit
f2fb2a7e5c
1 changed files with 0 additions and 5 deletions
|
@ -180,11 +180,6 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdL
|
|||
if (!lstrcmp(lpCmdLine,TEXT("-noautostart")))
|
||||
autostart = false;
|
||||
|
||||
//REMOTE DBG
|
||||
startup_desktop = TRUE;
|
||||
nShowCmd = SW_HIDE;
|
||||
|
||||
|
||||
g_Globals._hInstance = hInstance;
|
||||
|
||||
HWND hwndDesktop = 0;
|
||||
|
|
Loading…
Reference in a new issue