mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 07:28:41 +01:00
* attempt to fix #39900
This commit is contained in:
parent
57466587c5
commit
1853e94b98
@ -16,11 +16,11 @@
|
||||
unit Mouse;
|
||||
interface
|
||||
|
||||
{$if defined(aix) or defined(solaris)}
|
||||
{$if defined(aix) or defined(solaris) or (defined(bsd) and not(defined(darwin)))}
|
||||
{$define NOMOUSE}
|
||||
{$endif}
|
||||
|
||||
{$if defined(bsd) or defined(haiku) or defined(beos)}
|
||||
{$if defined(darwin) or defined(haiku) or defined(beos)}
|
||||
{$define NOGPM}
|
||||
{$endif}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user