Open RageException dialog even if LOG == NULL.

This commit is contained in:
Glenn Maynard
2002-09-01 01:23:07 +00:00
parent dfb3fd2b16
commit 21ced7118d
+1 -3
View File
@@ -355,6 +355,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE, LPSTR CmdLine, int nCmdShow
"\n", "\n",
g_sErrorString g_sErrorString
); );
}
// throw up a pretty error dialog // throw up a pretty error dialog
DialogBox( DialogBox(
@@ -363,9 +364,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE, LPSTR CmdLine, int nCmdShow
NULL, NULL,
ErrorWndProc ErrorWndProc
); );
}
} }
#endif #endif