summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw4352.pp
blob: c1b5c2b6318d0ac659a50fcb54eb16d9c365c0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{$mode delphi}
unit tw4352;

interface

uses
    SysUtils, uw4352d;

type Sys = TIdSysWin32;  // commenting this helps too

implementation

end.