X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2dd8380badebac8dc01f8948288235ae91056ed..ed880dd448d6904a9749eb4653d2ba2fe3350b44:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index 9700b4ddfd..99091a44ab 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -152,7 +152,8 @@ private: // --------------------------------------------------------------------------- // Global variables -// GUI mutex. -WXDLLEXPORT_DATA(extern wxMutex) wxMainMutex; +// GUI mutex handling. +void WXDLLEXPORT wxMutexGuiEnter(); +void WXDLLEXPORT wxMutexGuiLeave(); #endif