mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
* re-enable/fix Haiku gpm support after r26372 (patch by Olivier Coursiere,
mantis #26149) git-svn-id: trunk@27785 -
This commit is contained in:
parent
55d62d6821
commit
3e9c9f2f90
@ -20,6 +20,10 @@ interface
|
|||||||
{$define NOMOUSE}
|
{$define NOMOUSE}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$if defined(haiku)}
|
||||||
|
{$define NOGPM}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$ifdef NOMOUSE}
|
{$ifdef NOMOUSE}
|
||||||
{$DEFINE NOGPM}
|
{$DEFINE NOGPM}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user