X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2dd8380badebac8dc01f8948288235ae91056ed..a43a4f9d4d4a7f107e81bc7de0c1eea729593ee2:/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