X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1aff8b0241145ab734b1efc880aeff17b5a6e955..1d3dbc7b63b3a5bcceafd513c165f719b864e3c2:/src/msw/utils.cpp diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index d2d584162b..1433988261 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -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