]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
converted to 16 colors
[wxWidgets.git] / include / wx / thread.h
index d4bb7aeac3efbb5ae17ec08d17cba59ea70dcc80..7e0dc5997fa3449608a9802fdb468f719bd25135 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