From 175ed5d764b1c35e0d97f949e030382acea8527e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 Apr 2020 18:39:17 +0300 Subject: fixes #2365 (NewStory: date/times are displayed according to the OS locale settings) --- include/m_timezones.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_timezones.h b/include/m_timezones.h index 2a2cf06d48..1196b3b7c0 100644 --- a/include/m_timezones.h +++ b/include/m_timezones.h @@ -54,6 +54,7 @@ EXTERN_C MIR_CORE_DLL(int) TimeZone_PrepareList(MCONTACT hContact, LPCSTR szModu EXTERN_C MIR_CORE_DLL(int) TimeZone_SelectListItem(MCONTACT hContact, LPCSTR szModule, HWND hWnd, DWORD dwFlags); EXTERN_C MIR_CORE_DLL(int) TimeZone_GetTimeZoneTime(HANDLE hTZ, SYSTEMTIME *st); +EXTERN_C MIR_CORE_DLL(int) TimeZone_GetSystemTime(HANDLE hTZ, mir_time src, SYSTEMTIME *dest, DWORD dwFlags); EXTERN_C MIR_CORE_DLL(mir_time) TimeZone_UtcToLocal(HANDLE hTZ, mir_time ts); EXTERN_C MIR_CORE_DLL(LPTIME_ZONE_INFORMATION) TimeZone_GetInfo(HANDLE hTZ); -- cgit v1.2.3