]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
Small optical changes for MSW
[wxWidgets.git] / include / wx / thread.h
index d4bb7aeac3efbb5ae17ec08d17cba59ea70dcc80..fc734e687826386ff0e8c24e8acf56bbfe2511d5 100644 (file)
@@ -134,7 +134,7 @@ private:
 
 // in order to avoid any overhead under !MSW make all wxCriticalSection class
 // functions inline - but this can't be done under MSW
-#ifdef __WXMSW__
+#if defined(__WXMSW__) || defined(__WXPM__)
     class WXDLLEXPORT wxCriticalSectionInternal;
     #define WXCRITICAL_INLINE
 #else // !MSW
@@ -352,7 +352,7 @@ void WXDLLEXPORT wxMutexGuiLeave();
 
 #else // !wxUSE_THREADS
 
-#include <wx/defs.h> // for WXDLLEXPORT
+#include "wx/defs.h" // for WXDLLEXPORT
 
 // no thread support
 inline void WXDLLEXPORT wxMutexGuiEnter() { }