mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 04:51:22 +02:00
+ bug report 1808 test
This commit is contained in:
parent
120c13b024
commit
db5fa9b29d
14
tests/webtbs/tw1808.pp
Normal file
14
tests/webtbs/tw1808.pp
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{$ifdef win32}
|
||||||
|
uses
|
||||||
|
windows;
|
||||||
|
{$endif win32}
|
||||||
|
|
||||||
|
var
|
||||||
|
x : DWORD;
|
||||||
|
begin
|
||||||
|
{$ifdef win32}
|
||||||
|
x:=CommDlgExtendedError;
|
||||||
|
{$else not win32}
|
||||||
|
x:=0;
|
||||||
|
{$endif win32}
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user