cocoa: moving hasboolean8 check from private to _extra

git-svn-id: trunk@61535 -
This commit is contained in:
dmitry 2019-07-05 18:42:23 +00:00
parent 75306ff444
commit f46fdc4701
2 changed files with 4 additions and 4 deletions

View File

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

View File

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