diff options
Diffstat (limited to 'include/delphi/m_xml.inc')
-rw-r--r-- | include/delphi/m_xml.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_xml.inc b/include/delphi/m_xml.inc index 92c18faf04..f58efbf78a 100644 --- a/include/delphi/m_xml.inc +++ b/include/delphi/m_xml.inc @@ -64,7 +64,7 @@ const XML_API_SIZEOF_V1 = SizeOf(size_t)+26*sizeof(dword);
type
- XML_API_A = record
+ TXML_API_A = record
cbSize :size_t;
createNode :function(const name, text:PAnsiChar; IsDeclaration:boolean):HXML;cdecl;
@@ -146,7 +146,7 @@ type toFile :function(node:HXML; filename:PAnsiChar; withformattiing:int):XMLError;
end;
- XML_API_W = record
+ TXML_API_W = record
cbSize :size_t;
createNode :function(const name, text:PWideChar; IsDeclaration:boolean):HXML;cdecl;
|