Open RageException dialog even if LOG == NULL.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user