]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/thread.cpp
Make QS_ALLPOSTMESSAGE available everywhere regardless SDK limitations.
[wxWidgets.git] / src / msw / thread.cpp
index 1aebef47565dddbf212cdbce532fbf7c45ce9327..74ab15f4c9baa034640261a938e3b78cc0709a92 100644 (file)
@@ -752,9 +752,6 @@ wxThreadInternal::WaitForTerminate(wxCriticalSection& cs,
             }
         }
 
-#if !defined(QS_ALLPOSTMESSAGE)
-#define QS_ALLPOSTMESSAGE 0
-#endif
         wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL;
         if ( traits )
         {