* win64 compatibility fix from Vincent. TLibHandle is now equal to system.thandle

git-svn-id: trunk@13182 -
This commit is contained in:
marco 2009-05-21 11:26:54 +00:00
parent ee69d00bec
commit ec364a66e8

View File

@ -21,7 +21,7 @@
---------------------------------------------------------------------}
Type
TLibHandle = Longint;
TLibHandle = System.THandle;
Const
NilHandle = 0;