added wxMilli/MicroSleep(), deprecated wxUsleep()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-01 12:15:00 +00:00
parent f52d9e924c
commit 08873d362b
5 changed files with 53 additions and 10 deletions

View File

@@ -117,6 +117,7 @@ All:
- fixed bug in wxDateTime::Set(jdn) when DST was in effect
- support msgids in charsets other than C and languages other than English
(based on patch by Stefan Kowski)
- added wxMicroSleep() and wxMilliSleep() replacing deprecated wxUsleep()
All (GUI):