Browse Source

* Add HINST for Delphi compatibility

Michaël Van Canneyt 1 year ago
parent
commit
80d471a9f1
1 changed files with 2 additions and 1 deletions
  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}