* Add HINST for Delphi compatibility

This commit is contained in:
Michaël Van Canneyt 2023-11-01 16:52:19 +01:00
parent 0d3d4918b3
commit 80d471a9f1

View File

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