mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +02:00
16 lines
146 B
ObjectPascal
16 lines
146 B
ObjectPascal
{$mode delphi}
|
|
unit uw4352b;
|
|
|
|
interface
|
|
|
|
uses uw4352a, SysUtils;
|
|
|
|
type
|
|
|
|
TIdSysNativeVCL = class(TIdSysVCL)
|
|
public
|
|
end;
|
|
|
|
implementation
|
|
end.
|