]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it...
[wxWidgets.git] / src / msw / utilsexc.cpp
index 60dc54d9e1738c628c5f746dd33cd83cfd2b65f9..fa2c29b35170dcbc5d6f85742ee50cea71aa4dbd 100644 (file)
@@ -36,7 +36,7 @@
 #endif
 
 #include "wx/process.h"
-
+#include "wx/thread.h"
 #include "wx/apptrait.h"
 
 
@@ -44,7 +44,7 @@
 
 #include <ctype.h>
 
-#if !defined(__GNUWIN32__) && !defined(__SALFORDC__) && !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
+#if !defined(__GNUWIN32__) && !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
     #include <direct.h>
 #ifndef __MWERKS__
     #include <dos.h>