소스 검색

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