Browse Source

* FB_API_NULLHANDLE since now handles can be 0 or nil.

git-svn-id: trunk@20613 -
marco 13 years ago
parent
commit
981ebb4778
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/ibase/src/ibase60.inc

+ 5 - 0
packages/ibase/src/ibase60.inc

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