mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-22 17:39:33 +01:00
* use Unix unit
This commit is contained in:
parent
ed1a28dcdc
commit
bf93b60f51
@ -26,7 +26,7 @@ interface
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Linux,Video
|
Unix,Video
|
||||||
{$ifndef NOGPM}
|
{$ifndef NOGPM}
|
||||||
,gpm
|
,gpm
|
||||||
{$endif ndef NOGPM}
|
{$endif ndef NOGPM}
|
||||||
@ -418,7 +418,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2002-09-15 17:52:30 peter
|
Revision 1.9 2002-10-14 18:37:15 peter
|
||||||
|
* use Unix unit
|
||||||
|
|
||||||
|
Revision 1.8 2002/09/15 17:52:30 peter
|
||||||
* Updates from the fixes branch
|
* Updates from the fixes branch
|
||||||
|
|
||||||
Revision 1.2.2.9 2002/09/11 06:49:59 pierre
|
Revision 1.2.2.9 2002/09/11 06:49:59 pierre
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user