]> git.saurik.com Git - wxWidgets.git/commitdiff
Compatibility fix: defined wxGetCurrentTime to wxGetLocalTime
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 17 Dec 1999 16:35:48 +0000 (16:35 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 17 Dec 1999 16:35:48 +0000 (16:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/timer.h

index d33638a8c81331b958152637d063aa71d9c4d10a..b8c8e8dc28740c55bdb33c946a4754e8124e5521 100644 (file)
@@ -138,7 +138,7 @@ long WXDLLEXPORT wxGetLocalTime();
 // Get number of seconds since GMT 00:00:00, Jan 1st 1970.
 long WXDLLEXPORT wxGetUTCTime();
 
-
+#define wxGetCurrentTime() wxGetLocalTime()
 
 #endif
     // _WX_TIMER_H_BASE_