Преглед изворни кода

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

git-svn-id: trunk@13182 -
marco пре 16 година
родитељ
комит
ec364a66e8
1 измењених фајлова са 1 додато и 1 уклоњено
  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;