]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
latest CW additions
[wxWidgets.git] / src / msw / app.cpp
index 4366ad4350db59f116ad3dc3470a480d7a3f3348..418073ea9fbb71c56216da403457662e27ef53eb 100644 (file)
@@ -565,7 +565,7 @@ int wxEntry(WXHINSTANCE hInstance,
   // FIXME other compilers must support Win32 SEH (structured exception
   //       handling) too, just find the appropriate keyword in their docs!
   //       Please note that it's _not_ the same as C++ exceptions!
-#if !defined(__WXDEBUG__) && defined(_MSC_VER)
+#if !defined(__WXDEBUG__) && defined(_MSC_VER) && !defined(__MWERKS__)
     #define CATCH_PROGRAM_EXCEPTIONS
 
   __try {