mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:49:07 +02:00
* OS/2 target added to the uses clause
This commit is contained in:
parent
214c56c3c0
commit
7e3b1ab30f
@ -31,6 +31,9 @@ interface
|
|||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
go32,dos
|
go32,dos
|
||||||
|
{$endif}
|
||||||
|
{$ifdef os2}
|
||||||
|
doscalls
|
||||||
{$endif}
|
{$endif}
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -293,7 +296,10 @@ Finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.36 1999-11-15 21:49:47 peter
|
Revision 1.37 1999-12-26 19:25:22 hajny
|
||||||
|
* OS/2 target added to the uses clause
|
||||||
|
|
||||||
|
Revision 1.36 1999/11/15 21:49:47 peter
|
||||||
* exception address fixes
|
* exception address fixes
|
||||||
|
|
||||||
Revision 1.35 1999/11/06 14:41:31 peter
|
Revision 1.35 1999/11/06 14:41:31 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user