瀏覽代碼

* 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;