diff options
| author | George Hazan <george.hazan@gmail.com> | 2013-03-09 11:21:50 +0000 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2013-03-09 11:21:50 +0000 |
| commit | c19923ea294b8143471de5c567c62b4e558b2005 (patch) | |
| tree | 30dcd3b5dee0edff2527f35947bca02932b45bda /include/delphi/m_timezones.inc | |
| parent | d6f51161612cf03c1aba04d0a93b963b7d486ed2 (diff) | |
- added helper for Icon_Register
- hLangpack made Integer, as it should be
- minor changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_timezones.inc')
| -rw-r--r-- | include/delphi/m_timezones.inc | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/include/delphi/m_timezones.inc b/include/delphi/m_timezones.inc index f73627cea7..8ee937d4ed 100644 --- a/include/delphi/m_timezones.inc +++ b/include/delphi/m_timezones.inc @@ -48,18 +48,19 @@ type printDateTime:function(hTZ:THANDLE; szFormat:TChar; szDest:TChar;
cbDest:int; dwFlags:dword):int; cdecl;
- printTimeStamp:function(hTZ:THANDLE; ts:mir_time; szFormat:TChar; szDest:TChar;
- cbDest:int; dwFlags:dword):int; cdecl;
+ printTimeStamp:function(hTZ:THANDLE; ts:mir_time; szFormat:TChar; szDest:TChar;
+ cbDest:int; dwFlags:dword):int; cdecl;
- prepareList :function (hContact:THANDLE; hWnd:HWND; dwFlags:dword):int; cdecl;
- selectListItem :function (hContact:THANDLE; hWnd:HWND; dwFlags:dword):int; cdecl;
- storeListResults:procedure(hContact:THANDLE; hWnd:HWND; dwFlags:dword); cdecl;
+ prepareList :function (hContact:THANDLE; hWnd:HWND; dwFlags:dword):int; cdecl;
+ selectListItem :function (hContact:THANDLE; hWnd:HWND; dwFlags:dword):int; cdecl;
+ storeListResults:procedure(hContact:THANDLE; hWnd:HWND; dwFlags:dword); cdecl;
- getTimeZoneTime:function(hTZ:THANDLE; var st:SYSTEMTIME):int; cdecl;
- timeStampToTimeZoneTimeStamp:function(hTZ:THANDLE; ts:mir_time):time_t; cdecl;
+ getTimeZoneTime:function(hTZ:THANDLE; var st:SYSTEMTIME):int; cdecl;
+ timeStampToTimeZoneTimeStamp:function(hTZ:THANDLE; ts:mir_time):time_t; cdecl;
getTzi:function(hTZ:THANDLE):PTimeZoneInformation; cdecl;
- getTzName:function(hTZ:THANDLE):TChar;
+ getTzName:function(hTZ:THANDLE):TChar; cdecl;
+ getTzDescription:function(TZName:TChar):TChar; cdecl;
end;
// every protocol should declare this variable to use the Time API
|
