fpc/tests/webtbs/tw4352.pp
2005-12-20 08:11:59 +00:00

14 lines
145 B
ObjectPascal

{$mode delphi}
unit tw4352;
interface
uses
SysUtils, uw4352d;
type Sys = TIdSysWin32; // commenting this helps too
implementation
end.