]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
[ 1635287 ] wrong cursor when dragging an image
[wxWidgets.git] / src / unix / threadpsx.cpp
index 0384805c1ad09e9f98354e583ef09a43b0d2ba5f..8e7d9bba9fd26fe9748bc2dad00a067a2519914a 100644 (file)
@@ -1800,12 +1800,12 @@ static void DeleteThread(wxThread *This)
     }
 }
 
-void wxMutexGuiEnter()
+void wxMutexGuiEnterImpl()
 {
     gs_mutexGui->Lock();
 }
 
-void wxMutexGuiLeave()
+void wxMutexGuiLeaveImpl()
 {
     gs_mutexGui->Unlock();
 }