]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
catches program exceptions in release build (VC++ only)
[wxWidgets.git] / src / msw / utilsexc.cpp
index aae349314dc22cf48e2d3c28f0b527491fee3c7e..25edebce1da676752bc0781d290f7eb4f359fa34 100644 (file)
@@ -24,6 +24,7 @@
 #include "wx/setup.h"
 #include "wx/utils.h"
 #include "wx/app.h"
+#include "wx/intl.h"
 #endif
 
 #include "wx/log.h"
 
 #ifndef __GNUWIN32__
 #include <direct.h>
+#ifndef __MWERKS__
 #include <dos.h>
 #endif
+#endif
 
 #ifdef __GNUWIN32__
 #include <sys/unistd.h>