* FB_API_NULLHANDLE since now handles can be 0 or nil.

git-svn-id: trunk@20613 -
This commit is contained in:
marco 2012-03-24 12:00:49 +00:00
parent b1cda73a9a
commit 981ebb4778

View File

@ -90,6 +90,11 @@ Type
const
{$IFDEF CPU64}
FB_API_NULLHANDLE = 0;
{$ELSE}
FB_API_NULLHANDLE = nil;
{$ENDIF}
DSQL_close = 1;
DSQL_drop = 2;