]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
warning suppressed for MSVC++
[wxWidgets.git] / include / wx / thread.h
index 4a545bd537cd109aae5a46f545c6fb4691ae3b41..909608c60620a094ee0eae6199bbeca97a69da52 100644 (file)
@@ -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() { }