Change wxGetCurrentUTime as wxGetCurrentMTime (milli not micro!)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Sylvain Bougnoux
1999-09-29 19:51:04 +00:00
parent f0599ea919
commit 4f3ac40926
2 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ bool WXDLLEXPORT wxGetLocalTime(long *timeZone, int *dstObserved);
long WXDLLEXPORT wxGetCurrentTime();
// Get number of milliseconds since 00:00:00 GMT, Jan 1st 1970.
long WXDLLEXPORT wxGetCurrentUTime();
long WXDLLEXPORT wxGetCurrentMTime();
#endif
// _WX_TIMER_H_BASE_