mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:25:58 +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
|
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user