mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 14:27:22 +01:00
11 lines
98 B
ObjectPascal
11 lines
98 B
ObjectPascal
{ %target=win32, wince }
|
|
|
|
uses
|
|
windows;
|
|
|
|
var
|
|
x : DWORD;
|
|
begin
|
|
x:=CommDlgExtendedError;
|
|
end.
|