From 2529f4f40a2f7b44e07cc3562e1f1a654f16a39c Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 8 Mar 2014 13:17:42 +0000 Subject: type fix git-svn-id: http://svn.miranda-ng.org/main/trunk@8474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman/ua/i_inoutxm.inc | 6 +++--- plugins/Actman/ua/i_uaplaces.inc | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/Actman') diff --git a/plugins/Actman/ua/i_inoutxm.inc b/plugins/Actman/ua/i_inoutxm.inc index 68ad22d694..098a262b1e 100644 --- a/plugins/Actman/ua/i_inoutxm.inc +++ b/plugins/Actman/ua/i_inoutxm.inc @@ -1,6 +1,6 @@ {} var - xmlparser:XML_API_W; + xmlparser:TXML_API_W; const ioAction :PWideChar = 'Action'; @@ -135,7 +135,7 @@ begin BlockRead(f,res^,i); CloseHandle(f); - xmlparser.cbSize:={XML_API_SIZEOF_V1;//}SizeOf(XML_API_W); + xmlparser.cbSize:={XML_API_SIZEOF_V1;//}SizeOf(TXML_API_W); CallService(MS_SYSTEM_GET_XI,0,lparam(@xmlparser)); with xmlparser do begin @@ -300,7 +300,7 @@ var ptr,ptr1:pChain; begin result:=0; - xmlparser.cbSize:={XML_API_SIZEOF_V1;//}SizeOf(XML_API_W); + xmlparser.cbSize:={XML_API_SIZEOF_V1;//}SizeOf(TXML_API_W); CallService(MS_SYSTEM_GET_XI,0,lparam(@xmlparser)); with xmlparser do begin diff --git a/plugins/Actman/ua/i_uaplaces.inc b/plugins/Actman/ua/i_uaplaces.inc index 806cbe302c..df4d160fe6 100644 --- a/plugins/Actman/ua/i_uaplaces.inc +++ b/plugins/Actman/ua/i_uaplaces.inc @@ -49,7 +49,7 @@ end; procedure SetTABState(hContact:THANDLE;var ActionItem:tMyActionItem;pressed:integer); var - tabb:BBButton; + tabb:TBBButton; pc:pWideChar; begin FillChar(tabb,SizeOf(tabb),0); @@ -702,7 +702,7 @@ const procedure AddTabBBButton(var ActionItem:tMyActionItem); var - tabb:BBButton; + tabb:TBBButton; begin if not NamesArray[uaTAB].enable then exit; @@ -735,7 +735,7 @@ end; procedure DeleteTabBBButton(var ActionItem:tMyActionItem); var - tabb:BBButton; + tabb:TBBButton; begin if (ActionItem.flags and UAF_TBREGGED)<>0 then begin @@ -751,7 +751,7 @@ end; function OnTabButtonPressed(wParam:WPARAM;lParam:LPARAM):int; cdecl; var cbcd:pCustomButtonClickData; -// tabb:BBButton; +// tabb:TBBButton; // pc:pWideChar; i:integer; begin -- cgit v1.2.3