mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 22:39:18 +02:00
cocoa: fix the compiler version check
git-svn-id: trunk@63601 -
This commit is contained in:
parent
44c240ead0
commit
58c0aab466
@ -36,7 +36,7 @@ type
|
||||
// (switching from Boolean to Boolean8), LCL has to adopt
|
||||
// either type, depending on FPC version
|
||||
LCLObjCBoolean = {$ifdef HASBOOLEAN8}
|
||||
{$if FPC_FULLVERSION30200}
|
||||
{$if FPC_FULLVERSION > 30200}
|
||||
ObjCBOOL
|
||||
{$else}
|
||||
Boolean8 // FPC 3.2.0 and earlier are using "boolean8" type
|
||||
|
Loading…
Reference in New Issue
Block a user