From 2382f4db7c0cfdccf109580c01f6cb05ecefb447 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 6 Jan 2009 13:59:47 +0000 Subject: [PATCH] add #if WXWIN_COMPATIBILITY_2_6 around wxUsleep git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/utilscmn.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index f69258680e..82b05eece5 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -190,10 +190,12 @@ wxString wxNow() #endif } +#if WXWIN_COMPATIBILITY_2_6 void wxUsleep(unsigned long milliseconds) { wxMilliSleep(milliseconds); } +#endif const wxChar *wxGetInstallPrefix() { -- 2.49.0