Ver código fonte

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

git-svn-id: trunk@13182 -
marco 16 anos atrás
pai
commit
ec364a66e8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      rtl/win/dynlibs.inc

+ 1 - 1
rtl/win/dynlibs.inc

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