From 3ccd712341ed9e76252bd595c5a797d6c8ea8992 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 28 Jul 2012 18:35:29 +0000 Subject: Delphi API updates git-svn-id: http://svn.miranda-ng.org/main/trunk@1229 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/reserve/m_statusplugins.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/delphi/reserve/m_statusplugins.inc') diff --git a/include/delphi/reserve/m_statusplugins.inc b/include/delphi/reserve/m_statusplugins.inc index a638dd1f24..5925be2d6a 100644 --- a/include/delphi/reserve/m_statusplugins.inc +++ b/include/delphi/reserve/m_statusplugins.inc @@ -25,10 +25,10 @@ type PROTOCOLSETTINGEX = record cbSize :integer; - szName :PAnsiChar; // pointer to protocol modulename - szMsg :PAnsiChar; // pointer to the status message (may be NULL) - status :word; // the status - lastStatus:word; // last status + szName :PAnsiChar; // pointer to protocol modulename + szMsg :TChar; // pointer to the status message (may be NULL) + status :word; // the status + lastStatus:word; // last status tszAccName:TChar; end; @@ -160,7 +160,7 @@ const // returns 0 MS_KS_ANNOUNCESTATUSCHANGE:PAnsiChar = 'KeepStatus/AnnounceStatusChange'; -function announce_status_change(szProto:PAnsiChar;newstatus:integer;szMsg:PAnsiChar):integer;// cdecl; +function announce_status_change(szProto:PAnsiChar;newstatus:integer;szMsg:TChar):integer;// cdecl; var ps:PROTOCOLSETTINGEX; begin -- cgit v1.2.3