X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8ec9749cf1d2b65efdb076f8696e454843bb9b8..abbcf16d06a7ac8c627b27e20b55fa915871be37:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index e7dcf882ac..3c3493c3be 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -22,11 +22,6 @@ #if wxUSE_THREADS -// Windows headers define it -#ifdef Yield - #undef Yield -#endif - // ---------------------------------------------------------------------------- // constants // ---------------------------------------------------------------------------- @@ -452,7 +447,7 @@ public: // Sleep during the specified period of time in milliseconds // - // NB: at least under MSW worker threads can not call ::wxSleep()! + // This is the same as wxMilliSleep(). static void Sleep(unsigned long milliseconds); // get the number of system CPUs - useful with SetConcurrency()