X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6ddc54a659d3f45c4dcd83eb4a70a92fdf7a391..84a19decccc823884c8cc037dbc8469d251d35a9:/include/wx/thread.h?ds=sidebyside diff --git a/include/wx/thread.h b/include/wx/thread.h index 4a545bd537..909608c606 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -298,13 +298,13 @@ public: // 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 - void WXDLLEXPORT wxMutexGuiLeaveOrEnter(); + extern void WXDLLEXPORT wxMutexGuiLeaveOrEnter(); // returns TRUE if the main thread has GUI lock - inline bool WXDLLEXPORT wxGuiOwnedByMainThread(); + extern bool WXDLLEXPORT wxGuiOwnedByMainThread(); // wakes up the main thread if it's sleeping inside ::GetMessage() - inline void WXDLLEXPORT wxWakeUpMainThread(); + extern void WXDLLEXPORT wxWakeUpMainThread(); #else // !MSW // implement wxCriticalSection using mutexes inline wxCriticalSection::wxCriticalSection() { }