mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
LCL-CustomDrawn-Cocoa: Fixes compilation
git-svn-id: trunk@36010 -
This commit is contained in:
parent
1ad7923e0c
commit
c7c08909bf
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
{$ifdef Darwin}
|
{$ifdef Darwin}
|
||||||
{$modeswitch objectivec1}
|
{$modeswitch objectivec1}{$H+}// modeswitch seams to deactivate H+
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
// For now default to Android for arm-linux,
|
// For now default to Android for arm-linux,
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
unit CustomDrawnWSStdCtrls;
|
unit CustomDrawnWSStdCtrls;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode delphi}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user