]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/thread.cpp
always set flat toolbar style, even under XP with themes: this is necessary or separa...
[wxWidgets.git] / src / msw / thread.cpp
index 2b7b332195248bb470e5111f94a9f3111e6c535c..615451a3f5fdc3672a41775927999f344aed79fa 100644 (file)
@@ -705,7 +705,7 @@ wxThreadInternal::WaitForTerminate(wxCriticalSection& cs,
             }
         }
 
-#if defined(__WXWINCE__) && !defined(QS_ALLPOSTMESSAGE)
+#if !defined(QS_ALLPOSTMESSAGE)
 #define QS_ALLPOSTMESSAGE 0
 #endif