From: Julian Smart Date: Tue, 17 May 2005 11:41:46 +0000 (+0000) Subject: Generalised WinCE fix for other platforms X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f54632db33bc3ccc834cc5bcb6405fae6e26ed6e Generalised WinCE fix for other platforms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/thread.cpp b/src/msw/thread.cpp index 2b7b332195..615451a3f5 100644 --- a/src/msw/thread.cpp +++ b/src/msw/thread.cpp @@ -705,7 +705,7 @@ wxThreadInternal::WaitForTerminate(wxCriticalSection& cs, } } -#if defined(__WXWINCE__) && !defined(QS_ALLPOSTMESSAGE) +#if !defined(QS_ALLPOSTMESSAGE) #define QS_ALLPOSTMESSAGE 0 #endif