浏览代码

* Add HINST for Delphi compatibility

Michaël Van Canneyt 1 年之前
父节点
当前提交
80d471a9f1
共有 1 个文件被更改,包括 2 次插入1 次删除
  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}