cairocanvas: fixed compilation under 2.6.4

git-svn-id: trunk@48248 -
This commit is contained in:
mattias 2015-03-10 21:03:44 +00:00
parent 803b40c2cd
commit 0ee7878d79

View File

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