mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
16 lines
178 B
ObjectPascal
16 lines
178 B
ObjectPascal
{ Old file: tbs0156b.pp }
|
|
{ }
|
|
|
|
unit ub0133;
|
|
interface
|
|
|
|
type
|
|
_win_st = record
|
|
_parent : ^WINDOW;
|
|
end;
|
|
WINDOW = _win_st;
|
|
|
|
implementation
|
|
|
|
end.
|