From: Guillermo Rodriguez Garcia Date: Fri, 17 Dec 1999 16:35:48 +0000 (+0000) Subject: Compatibility fix: defined wxGetCurrentTime to wxGetLocalTime X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df0c322667ba2e66751bb7453e4de69afae3f4a0 Compatibility fix: defined wxGetCurrentTime to wxGetLocalTime git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/timer.h b/include/wx/timer.h index d33638a8c8..b8c8e8dc28 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -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_