diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-03-28 20:15:45 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-03-28 20:15:45 +0000 |
commit | 1ef0329818e7ae30435f4c94d21862c7750f5601 (patch) | |
tree | 0cee1172022e75d0fe4b7aa746abbf9d3a1d2437 /include/delphi/m_clistint.inc | |
parent | 20f4a5534324ba89fa08f2a6948b1400547c9362 (diff) |
Miranda API update
Watrack: LastFM dialog crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r-- | include/delphi/m_clistint.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index cac3aa3c3d..74fb61e6c7 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -546,8 +546,8 @@ type * Miranda NG additions
*************************************************************************************)
- pfnGetContactIcon: function(hContact:TMCONTACT):int; cdecl;
- pfnTrayCalcChanged:function(szChangedProto:PAnsiChar; averageMode:int; iProtoCount:int):int; cdecl;
+ pfnGetContactIcon: function(hContact:TMCONTACT):int; cdecl;
+ pfnTrayCalcChanged:function(szChangedProto:PAnsiChar; averageMode:int; iProtoCount:int):int; cdecl;
pfnGetAverageMode:function(pNetProtoCount:pint):int; cdecl;
pfnInitAutoRebuild:procedure(hwnd:HWND); cdecl;
end;
|