X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1bab566475b6573c1c0c982eec395c6d8eef13a..af17155e907c863dbba2bbf1c6a91a083569404c:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index b3cc0a45f0..fb33bde0f8 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -732,7 +732,7 @@ public: #if wxUSE_THREADS -#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXPM__) +#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXPM__) || defined(__EMX__) // unlock GUI if there are threads waiting for and lock it back when // there are no more of them - should be called periodically by the main // thread