mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:09:28 +02:00
parent
80fe294d91
commit
f955aac408
@ -157,6 +157,10 @@ uses
|
|||||||
|
|
||||||
|
|
||||||
function GetLastErrorText: String;
|
function GetLastErrorText: String;
|
||||||
|
{$ifdef windows}
|
||||||
|
var
|
||||||
|
i: DWORD;
|
||||||
|
{$endif}
|
||||||
begin
|
begin
|
||||||
{$ifdef windows}
|
{$ifdef windows}
|
||||||
i := GetLastError;
|
i := GetLastError;
|
||||||
|
Loading…
Reference in New Issue
Block a user