git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1383
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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
// 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
// returns TRUE if the main thread has GUI lock
- bool WXDLLEXPORT wxGuiOwnedByMainThread();
+ extern bool WXDLLEXPORT wxGuiOwnedByMainThread();
// wakes up the main thread if it's sleeping inside ::GetMessage()
// wakes up the main thread if it's sleeping inside ::GetMessage()
- void WXDLLEXPORT wxWakeUpMainThread();
+ extern void WXDLLEXPORT wxWakeUpMainThread();
#else // !MSW
// implement wxCriticalSection using mutexes
inline wxCriticalSection::wxCriticalSection() { }
#else // !MSW
// implement wxCriticalSection using mutexes
inline wxCriticalSection::wxCriticalSection() { }