diff options
| author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 16:12:17 +0000 |
|---|---|---|
| committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 16:12:17 +0000 |
| commit | b69a7f60f7ef2b0ce17a69fe8e772aec9c7dcdd8 (patch) | |
| tree | 7acaf35a4b7d194f931d996cd150bcf9fb30014d /importtxt/BICQ5IP.inc | |
| parent | d99050eaf8b07ed356b5b6dbda72a016fc1d3994 (diff) | |
importtxt:
compilation fix
translation fix
added "." in the end of description
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@23 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'importtxt/BICQ5IP.inc')
| -rw-r--r-- | importtxt/BICQ5IP.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/importtxt/BICQ5IP.inc b/importtxt/BICQ5IP.inc index b3b7d30..581085e 100644 --- a/importtxt/BICQ5IP.inc +++ b/importtxt/BICQ5IP.inc @@ -1,6 +1,6 @@ {$ifdef BIN_IMPORT_}
var
- XI:XML_API;
+ XI:XML_API_W;
rhxml:HXML;
curxml:HXML;
chldxml:HXML;
@@ -13,11 +13,11 @@ var begin
If pluginLink^.ServiceExists(MS_SYSTEM_GET_XI)>0 then
begin
- XI.cbSize:=SizeOf(XML_API);
+ XI.cbSize:=SizeOf(XML_API_W);
res:=longbool(pluginLink^.CallService(MS_SYSTEM_GET_XI,0,Int(@XI)));
if not res then
begin
- XI.cbSize:=SizeOf(XML_API)-4;
+ XI.cbSize:=SizeOf(XML_API_W)-4;
res:=longbool(pluginLink^.CallService(MS_SYSTEM_GET_XI,0,Int(@XI)));
if not res then
begin
|
