]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
added missing WXDLLIMPEXP_CORE
[wxWidgets.git] / include / wx / thread.h
index b95652dcac498f158f0c4c7e7503e492064cc16a..34b632b39c060f58eaa9d4d4aa8fcd16811952b0 100644 (file)
@@ -693,8 +693,8 @@ inline bool wxIsMainThread() { return wxThread::IsMain(); }
 #else // !wxUSE_THREADS
 
 // no thread support
-inline void WXDLLIMPEXP_BASE wxMutexGuiEnter() { }
-inline void WXDLLIMPEXP_BASE wxMutexGuiLeave() { }
+inline void wxMutexGuiEnter() { }
+inline void wxMutexGuiLeave() { }
 
 // macros for entering/leaving critical sections which may be used without
 // having to take them inside "#if wxUSE_THREADS"