mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 07:28:26 +02:00
14 lines
145 B
ObjectPascal
14 lines
145 B
ObjectPascal
{$mode delphi}
|
|
unit tw4352;
|
|
|
|
interface
|
|
|
|
uses
|
|
SysUtils, uw4352d;
|
|
|
|
type Sys = TIdSysWin32; // commenting this helps too
|
|
|
|
implementation
|
|
|
|
end.
|