* attempt to fix #39900

This commit is contained in:
florian 2022-11-12 22:07:58 +01:00
parent 57466587c5
commit 1853e94b98

View File

@ -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}