Browse Source

* Add HINST for Delphi compatibility

Michaël Van Canneyt 1 năm trước cách đây
mục cha
commit
80d471a9f1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      rtl/inc/dynlibh.inc

+ 2 - 1
rtl/inc/dynlibh.inc

@@ -17,7 +17,8 @@
 { These are fallback declarations }
 type
   TLibHandle = THandle;
-
+  HINST = TLibHandle;
+  
 const
   NilHandle = TLibHandle(0);
 {$endif FPC_SYSTEM_HAS_SYSDLH}