]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/thread.cpp
Applied [ 1867939 ] fixes for wxTreeCtrl crashes when exiting from label editing...
[wxWidgets.git] / src / palmos / thread.cpp
index 5dbbbdcea1dc295a19a9a64b5e9defc55c7348fe..cd2e55d310dbcaa4e253b252a358c0e45f8f2da0 100644 (file)
@@ -557,11 +557,11 @@ void wxThreadModule::OnExit()
 // not a mutex, so the names are a bit confusing
 // ----------------------------------------------------------------------------
 
-void WXDLLIMPEXP_BASE wxMutexGuiEnter()
+void wxMutexGuiEnterImpl()
 {
 }
 
-void WXDLLIMPEXP_BASE wxMutexGuiLeave()
+void wxMutexGuiLeaveImpl()
 {
 }