fpc/tests/webtbs/tw3474.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

17 lines
149 B
ObjectPascal

{ %recompile }
unit tw3474;
interface
uses uw3474b;
implementation
procedure StaticOnCreateDevice;
begin
if V_Failed(0) then Exit;
end;
end.