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:
@@ -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_
|
||||
|
Reference in New Issue
Block a user