mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:05:54 +02:00
* string -> ansistring
This commit is contained in:
parent
775408b21b
commit
581dfc6d28
@ -101,7 +101,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
function GetLoadErrorStr: String;
|
||||
function GetLoadErrorStr: AnsiString;
|
||||
begin
|
||||
Result:=CurrentDLM.GetLoadErrorStr();
|
||||
end;
|
||||
|
@ -54,7 +54,7 @@ Function LoadLibrary(const Name : UnicodeString) : TLibHandle;
|
||||
Function GetProcedureAddress(Lib : TlibHandle; const ProcName : AnsiString) : {$ifdef cpui8086}FarPointer{$else}Pointer{$endif};
|
||||
Function GetProcedureAddress(Lib : TLibHandle; Ordinal: TOrdinalEntry) : {$ifdef cpui8086}FarPointer{$else}Pointer{$endif};
|
||||
Function UnloadLibrary(Lib : TLibHandle) : Boolean;
|
||||
Function GetLoadErrorStr: string;
|
||||
Function GetLoadErrorStr: AnsiString;
|
||||
|
||||
// Kylix/Delphi compability
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user