Explorar el Código

* Add HINST for Delphi compatibility

Michaël Van Canneyt hace 1 año
padre
commit
80d471a9f1
Se han modificado 1 ficheros con 2 adiciones y 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}