]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stopwatch.h
don't attempt to convert 8bit values to Unicode in ANSI build
[wxWidgets.git] / include / wx / stopwatch.h
index cc12e772a0ae3a6e298f8612011a145c7990fb0b..583c75a495242563f9db20f11fc9c3e54746437e 100644 (file)
@@ -90,8 +90,10 @@ extern long WXDLLIMPEXP_BASE wxGetUTCTime();
 
 #if wxUSE_LONGLONG
     typedef wxLongLong wxMilliClock_t;
+    inline long wxMilliClockToLong(wxLongLong ll) { return ll.ToLong(); }
 #else
     typedef double wxMilliClock_t;
+    inline long wxMilliClockToLong(double d) { return wx_truncate_cast(long, d); }
 #endif // wxUSE_LONGLONG
 
 // Get number of milliseconds since local time 00:00:00 Jan 1st 1970