mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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")))
|
if (!lstrcmp(lpCmdLine,TEXT("-noautostart")))
|
||||||
autostart = false;
|
autostart = false;
|
||||||
|
|
||||||
//REMOTE DBG
|
|
||||||
startup_desktop = TRUE;
|
|
||||||
nShowCmd = SW_HIDE;
|
|
||||||
|
|
||||||
|
|
||||||
g_Globals._hInstance = hInstance;
|
g_Globals._hInstance = hInstance;
|
||||||
|
|
||||||
HWND hwndDesktop = 0;
|
HWND hwndDesktop = 0;
|
||||||
|
|
Loading…
Reference in a new issue