* added XML_SAX2_MAGIC constant

git-svn-id: trunk@14056 -
This commit is contained in:
ivost 2009-11-04 17:34:38 +00:00
parent e9c4594a66
commit d56dccfe47

View File

@ -618,7 +618,7 @@
* Returns 1 if true
*)
hasExternalSubsetSAXFunc = function(ctx: pointer): cint; EXTDECL;
{$ENDIF}
(************************************************************************
* *
@ -630,8 +630,11 @@
*
* Special constant found in SAX2 blocks initialized fields
*)
{$DEFINE XML_SAX2_MAGIC := $DEEDBEAF}
{$IFDEF CONST}
XML_SAX2_MAGIC = $DEEDBEAF;
{$ENDIF}
{$IFDEF TYPE}
(**
* startElementNsSAX2Func:
* @ctx: the user data (XML parser context)