Explorar el Código

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

git-svn-id: trunk@13182 -
marco hace 16 años
padre
commit
ec364a66e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;