]> git.saurik.com Git - wxWidgets.git/commitdiff
Generalised WinCE fix for other platforms
authorJulian Smart <julian@anthemion.co.uk>
Tue, 17 May 2005 11:41:46 +0000 (11:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 17 May 2005 11:41:46 +0000 (11:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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