mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:39:34 +02:00
+ Added HModule compatibility
This commit is contained in:
parent
81fd0bb72c
commit
d08c54d7a4
@ -38,10 +38,13 @@ Function GetProcedureAddress(Lib : TlibHandle; ProcName : AnsiString) : Pointer;
|
||||
Function UnloadLibrary(Lib : TLibHandle) : Boolean;
|
||||
|
||||
// Kylix/Delphi compability
|
||||
|
||||
Function FreeLibrary(Lib : TLibHandle) : Boolean;
|
||||
Function GetProcAddress(Lib : TlibHandle; ProcName : AnsiString) : Pointer;
|
||||
|
||||
|
||||
Type
|
||||
HModule = TLibHandle;
|
||||
|
||||
Implementation
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
@ -66,7 +69,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 2005-02-14 17:13:22 peter
|
||||
Revision 1.7 2005-05-04 09:04:58 michael
|
||||
+ Added HModule compatibility
|
||||
|
||||
Revision 1.6 2005/02/14 17:13:22 peter
|
||||
* truncate log
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user