mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-13 22:25:59 +02:00
* fixed declaration of NullHandle
git-svn-id: trunk@1926 -
This commit is contained in:
parent
44c892c717
commit
d473e9873d
@ -24,7 +24,7 @@ Type
|
||||
TLibHandle = PtrInt;
|
||||
|
||||
Const
|
||||
NilHandle : TLibHandle = 0;
|
||||
NilHandle = TLibHandle(0);
|
||||
|
||||
{$else}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user