X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee864b6db4f26e0cd23711d01082689ddfa022f6..d0e2c75cfa5dbdf27665b40e7ff844f84ed9ebe1:/src/os2/thread.cpp diff --git a/src/os2/thread.cpp b/src/os2/thread.cpp index f4234f2d85..253fb2143a 100644 --- a/src/os2/thread.cpp +++ b/src/os2/thread.cpp @@ -985,7 +985,7 @@ void WXDLLEXPORT wxWakeUpMainThread() #endif } -void WXDLLEXPORT wxMutexGuiEnter() +void wxMutexGuiEnterImpl() { // this would dead lock everything... wxASSERT_MSG( !wxThread::IsMain(), @@ -1007,7 +1007,7 @@ void WXDLLEXPORT wxMutexGuiEnter() gs_pCritsectGui->Enter(); } -void WXDLLEXPORT wxMutexGuiLeave() +void wxMutexGuiLeaveImpl() { wxCriticalSectionLocker enter(*gs_pCritsectWaitingForGui);