From e0734e8e62dab60e70b8bbc69da909eecd3af9b5 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 8 Mar 2014 13:20:51 +0000 Subject: type fix 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@8475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman/i_inoutxm.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Actman') diff --git a/plugins/Actman/i_inoutxm.inc b/plugins/Actman/i_inoutxm.inc index bbde13483a..65c9ba9936 100644 --- a/plugins/Actman/i_inoutxm.inc +++ b/plugins/Actman/i_inoutxm.inc @@ -1,6 +1,6 @@ {} var - xmlparser:XML_API_W; + xmlparser:TXML_API_W; const // Nodes ioRoot :PWideChar = 'ActMan_Export'; @@ -575,7 +575,7 @@ begin CloseHandle(f); //MessageBoxW(0,res,'SRC',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 @@ -1142,7 +1142,7 @@ var res:pWideChar; act:integer; begin - 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)); root:=0; with xmlparser do -- cgit v1.2.3