mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
Fixes bug #20419: svn revision 31276 #e2081bb160 breaks building gtk2 version on Mac OS X
git-svn-id: trunk@32714 -
This commit is contained in:
parent
d0e3cded34
commit
b78b259b48
@ -66,7 +66,7 @@ implementation
|
||||
{$DEFINE UseFreeBSDKernProc}
|
||||
uses FreeBSD, BaseUnix;
|
||||
{$ENDIF}
|
||||
{$IFDEF Darwin}
|
||||
{$IFDEF LCLCarbon}
|
||||
{$DEFINE UseCarbonProc}
|
||||
uses MacOSAll, CarbonProc;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user