]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
Fixed missing brace in app.cpp
[wxWidgets.git] / src / msw / utils.cpp
index d2d584162bf5de8aac0fc8c5057a70f13d094270..1433988261e79ea1db38e26419a8c8f3a0f57e29 100644 (file)
@@ -299,6 +299,11 @@ class wxSleepTimer: public wxTimer
 
 static wxTimer *wxTheSleepTimer = NULL;
 
+void wxUsleep(unsigned long milliseconds)
+{
+    ::Sleep(milliseconds);
+}
+
 void wxSleep(int nSecs)
 {
 #if 0 // WIN32 hangs app