mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
* win64 compatibility fix from Vincent. TLibHandle is now equal to system.thandle
git-svn-id: trunk@13182 -
This commit is contained in:
parent
ee69d00bec
commit
ec364a66e8
@ -21,7 +21,7 @@
|
||||
---------------------------------------------------------------------}
|
||||
|
||||
Type
|
||||
TLibHandle = Longint;
|
||||
TLibHandle = System.THandle;
|
||||
|
||||
Const
|
||||
NilHandle = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user