mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
Disable GPM for BeOS
git-svn-id: trunk@37277 -
This commit is contained in:
parent
17a974940e
commit
cc6a6c7c59
@ -20,7 +20,7 @@ interface
|
|||||||
{$define NOMOUSE}
|
{$define NOMOUSE}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$if defined(haiku)}
|
{$if defined(haiku) or defined(beos)}
|
||||||
{$define NOGPM}
|
{$define NOGPM}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user