mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 15:27:47 +02:00
15 lines
177 B
ObjectPascal
15 lines
177 B
ObjectPascal
{ Old file: tbs0156b.pp }
|
|
{ }
|
|
|
|
unit ub0133;
|
|
interface
|
|
|
|
type
|
|
_win_st = record
|
|
_parent : ^WINDOW;
|
|
end;
|
|
WINDOW = _win_st;
|
|
|
|
implementation
|
|
|
|
end. |