X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79b7b95aed76eb742deef93d046886c20452fb36..0bbe61b8c18a1795189f0cf73cc61c14a0fb846d:/src/unix/threadpsx.cpp diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index 0384805c1a..8e7d9bba9f 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -1800,12 +1800,12 @@ static void DeleteThread(wxThread *This) } } -void wxMutexGuiEnter() +void wxMutexGuiEnterImpl() { gs_mutexGui->Lock(); } -void wxMutexGuiLeave() +void wxMutexGuiLeaveImpl() { gs_mutexGui->Unlock(); }