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