mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 20:58:32 +02:00
cairocanvas: fixed compilation under 2.6.4
git-svn-id: trunk@48248 -
This commit is contained in:
parent
803b40c2cd
commit
0ee7878d79
@ -7,7 +7,7 @@ unit CairoCanvasAll;
|
||||
|
||||
interface
|
||||
|
||||
{$IF FPC_FULLVERSION>=20701 or not defined(win64)}
|
||||
{$IF (FPC_FULLVERSION>=20701) or not defined(win64)}
|
||||
uses
|
||||
{%H-}CairoCanvas, {%H-}CairoPrinter;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user