mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* Add HINST for Delphi compatibility
This commit is contained in:
parent
0d3d4918b3
commit
80d471a9f1
@ -17,7 +17,8 @@
|
||||
{ These are fallback declarations }
|
||||
type
|
||||
TLibHandle = THandle;
|
||||
|
||||
HINST = TLibHandle;
|
||||
|
||||
const
|
||||
NilHandle = TLibHandle(0);
|
||||
{$endif FPC_SYSTEM_HAS_SYSDLH}
|
||||
|
Loading…
Reference in New Issue
Block a user