Skip to content

Commit f610a0f

Browse files
committed
cleanup mr
1 parent 4bd3334 commit f610a0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GeneralsMD/Code/Main/WinMain.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,9 +803,9 @@ Int APIENTRY WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
803803
LPSTR lpCmdLine, Int nCmdShow )
804804
{
805805
Int exitcode = 1;
806-
#ifdef _DEBUG
807-
WaitForDebugger(); //in debug build, wait for debugger attachment
808-
#endif
806+
//#ifdef _DEBUG
807+
// WaitForDebugger(); //in debug build, wait for debugger attachment
808+
//#endif
809809

810810
#ifdef RTS_PROFILE
811811
Profile::StartRange("init");

0 commit comments

Comments
 (0)