]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
Give wxListBox a GetClassDefaultAttributes so wxCalendarCtrl (and
[wxWidgets.git] / src / common / utilscmn.cpp
index 2fd1c86901ba2a3088de2710faa9f59371cfe45b..268fdd05f16faaae55da1706a059083d401f52cc 100644 (file)
@@ -266,6 +266,11 @@ wxString wxNow()
 #endif
 }
 
 #endif
 }
 
+void wxUsleep(unsigned long milliseconds)
+{
+    wxMilliSleep(milliseconds);
+}
+
 const wxChar *wxGetInstallPrefix()
 {
     wxString prefix;
 const wxChar *wxGetInstallPrefix()
 {
     wxString prefix;
@@ -500,7 +505,10 @@ static long wxDoExecuteWithCapture(const wxString& command,
         }
 
     }
         }
 
     }
-#endif // wxUSE_STREAMS
+#else
+    wxUnusedVar(output);
+    wxUnusedVar(error);
+#endif // wxUSE_STREAMS/!wxUSE_STREAMS
 
     delete process;
 
 
     delete process;