diff options
Diffstat (limited to 'include/m_timezones.h')
-rw-r--r-- | include/m_timezones.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_timezones.h b/include/m_timezones.h index cf8fda340b..e9c103229a 100644 --- a/include/m_timezones.h +++ b/include/m_timezones.h @@ -55,6 +55,7 @@ typedef struct LPTIME_ZONE_INFORMATION (*getTzi)(HANDLE hTZ);
LPCTSTR (*getTzName)(HANDLE hTZ);
+ LPCTSTR (*getTzDescription)(LPCTSTR TZname);
#ifdef __cplusplus
int printDateTimeByContact (HANDLE hContact, LPCTSTR szFormat, LPTSTR szDest, int cbDest, DWORD dwFlags)
|