+ bug report 1808 test

This commit is contained in:
pierre 2002-02-15 08:41:38 +00:00
parent 120c13b024
commit db5fa9b29d

14
tests/webtbs/tw1808.pp Normal file
View 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.