Reversed Change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2003-12-14 16:36:08 +00:00
parent 919312f767
commit fdde072772

View File

@@ -394,17 +394,9 @@ int wxEntryReal(int& argc, wxChar **argv)
WX_SUPPRESS_UNUSED_WARN(cleanupOnExit);
#if defined(__VISUALC__)
//Disable warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify -GX
#pragma warning (disable:4530)
#endif
wxTRY
{
#if defined(__VISUALC__)
#pragma warning (default:4530)
#endif
// app initialization
if ( !wxTheApp->CallOnInit() )
{