fpc/tests/webtbs/tw1808.pp
oro06 feb8de2d67 *arm-wince wince added to win32 tests
git-svn-id: trunk@2615 -
2006-02-17 07:38:55 +00:00

11 lines
98 B
ObjectPascal

{ %target=win32, wince }
uses
windows;
var
x : DWORD;
begin
x:=CommDlgExtendedError;
end.