mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
17 lines
149 B
ObjectPascal
17 lines
149 B
ObjectPascal
{ %recompile }
|
|
|
|
unit tw3474;
|
|
|
|
interface
|
|
|
|
uses uw3474b;
|
|
|
|
implementation
|
|
|
|
procedure StaticOnCreateDevice;
|
|
begin
|
|
if V_Failed(0) then Exit;
|
|
end;
|
|
|
|
end.
|