mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 05:09:49 +01:00
* compilable for the OS/2 target now
This commit is contained in:
parent
bd2f0c512f
commit
21923e7dab
@ -1114,6 +1114,10 @@ end;
|
||||
begin
|
||||
end;
|
||||
{$endif}
|
||||
{$IFDEF OS2}
|
||||
begin
|
||||
end;
|
||||
{$ENDIF}
|
||||
{$ifdef Win32}
|
||||
begin
|
||||
end;
|
||||
@ -1132,7 +1136,10 @@ BEGIN
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2000-08-22 09:41:42 pierre
|
||||
Revision 1.3 2000-10-11 20:07:23 hajny
|
||||
* compilable for the OS/2 target now
|
||||
|
||||
Revision 1.2 2000/08/22 09:41:42 pierre
|
||||
* first big merge from fixes branch
|
||||
|
||||
Revision 1.1.2.3 2000/08/20 15:00:23 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user