diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-06 20:35:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-06 20:35:56 +0000 |
commit | 0b2253627c2043fe5a119ee43891246719a6e370 (patch) | |
tree | 620bf84988bee3b6b146ab867f81633f8ed06ab2 /include | |
parent | 3beb6aa384e631544a9dea831a7ed84df54e3ec1 (diff) |
added function getting timezone description
git-svn-id: http://svn.miranda-ng.org/main/trunk@2673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-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)
|