X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d895ad7c5401c37fb561f30244621749303da4e6..4004f41e3ce1655f9fa05c55a697ac0f8677c23a:/include/wx/timer.h 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_