fpc/bugs/bug0156b.pp
peter a731c4ac0d + 156
- solved a few others
1998-08-20 21:32:50 +00:00

12 lines
155 B
ObjectPascal

unit bug0156b;
interface
type
_win_st = record
_parent : ^WINDOW;
end;
WINDOW = _win_st;
implementation
end.