]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
mac support as stubs added
[wxWidgets.git] / src / msw / app.cpp
index aa041848e881e8c3ac65859836e8f5ea72361636..5ff01965bf8052bbe060a8e495bbfceae070b1f6 100644 (file)
@@ -557,7 +557,7 @@ int wxEntry(WXHINSTANCE hInstance,
             int nCmdShow,
             bool enterLoop)
 {
-#ifndef __WXDEBUG__ // take everything into a try-except block in release build
+#if !defined(__WXDEBUG__) && !defined(__BORLANDC__) // take everything into a try-except block in release build
   try {
 #endif
 
@@ -627,7 +627,7 @@ int wxEntry(WXHINSTANCE hInstance,
   wxApp::CleanUp();
 
   return retValue;
-#ifndef __WXDEBUG__ // catch exceptions only in release build
+#if !defined(__WXDEBUG__) && !defined(__BORLANDC__) // catch exceptions only in release build
   }
   except ( EXCEPTION_EXECUTE_HANDLER ) {
     /*