fix for FCL-XML new ChildNodes policy => applicable only to fpc-trunck

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@837 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa 2009-06-10 14:25:51 +00:00
parent 3ef41c86dd
commit 96344e026d

View File

@ -20,7 +20,7 @@
{$DEFINE WST_TKPROCVAR}
{$DEFINE WST_UNICODESTRING}
{$IFEND}
{$IF Defined(FPC_RELEASE) and ( (FPC_RELEASE > 2) or ( ( FPC_RELEASE = 2 ) and ( FPC_PATCH > 4 ) ) ) }
{$IF Defined(FPC_RELEASE) and (FPC_RELEASE > 2) }
{$DEFINE TDOMNodeList_RELEASE_NOT_FREE}
{$IFEND}
{$IFEND}