X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c10faf1bdfc5b827c4361216cfd39e3bbf027a4..da61ab3189f71a2b0913bac13c48755c5d038037:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index 3a850853fa..1acb78279f 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -369,7 +369,7 @@ public: // ----------------------------------------------------------------------------- // implementation only until the end of file // ----------------------------------------------------------------------------- -#ifdef wxUSE_THREADS +#if wxUSE_THREADS #ifdef __WXMSW__ // 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