Explorar o código

* Add HINST for Delphi compatibility

Michaël Van Canneyt hai 1 ano
pai
achega
80d471a9f1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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}