mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* FB_API_NULLHANDLE since now handles can be 0 or nil.
git-svn-id: trunk@20613 -
This commit is contained in:
parent
b1cda73a9a
commit
981ebb4778
@ -90,6 +90,11 @@ Type
|
||||
|
||||
|
||||
const
|
||||
{$IFDEF CPU64}
|
||||
FB_API_NULLHANDLE = 0;
|
||||
{$ELSE}
|
||||
FB_API_NULLHANDLE = nil;
|
||||
{$ENDIF}
|
||||
DSQL_close = 1;
|
||||
DSQL_drop = 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user