mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:59:31 +02:00
cocoa: moving hasboolean8 check from private to _extra
git-svn-id: trunk@61535 -
This commit is contained in:
parent
75306ff444
commit
f46fdc4701
@ -27,6 +27,10 @@ uses
|
||||
// Libs
|
||||
MacOSAll, CocoaAll;
|
||||
|
||||
{$if (FPC_VERSION>3) or ((FPC_VERSION=3) and (FPC_RELEASE>=2))}
|
||||
{$define HASBOOLEAN8}
|
||||
{$endif}
|
||||
|
||||
type
|
||||
// Due to backwards incompatible changes in FPC sources
|
||||
// (switching from Boolean to Boolean8), LCL has to adopt
|
||||
|
@ -42,10 +42,6 @@ const
|
||||
SPINEDIT_EDIT_SPACING_FOR_SELECTION = 4;
|
||||
STATUSBAR_DEFAULT_HEIGHT = 18;
|
||||
|
||||
{$if (FPC_VERSION>3) or ((FPC_VERSION=3) and (FPC_RELEASE>=2))}
|
||||
{$define HASBOOLEAN8}
|
||||
{$endif}
|
||||
|
||||
type
|
||||
|
||||
{ ICommonCallback }
|
||||
|
Loading…
Reference in New Issue
Block a user