]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
OutputDebugStringW95 removed - it's really unnecessary - and the references to
[wxWidgets.git] / include / wx / timer.h
index 93d3f94f7c86bdfde09507c5006f3d8d8ce604d1..1dbea0030e73c5798cae26d7f94df2802ee8875d 100644 (file)
@@ -17,7 +17,7 @@
 #include "wx/stubs/timer.h"
 #endif
 
-class wxChrono
+class WXDLLEXPORT wxChrono
 {
 public: 
   wxChrono();
@@ -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_