lazarus/components/cairocanvas/cairocanvasall.pas
mattias 0ee7878d79 cairocanvas: fixed compilation under 2.6.4
git-svn-id: trunk@48248 -
2015-03-10 21:03:44 +00:00

19 lines
309 B
ObjectPascal

{ The CairoCanvas package can be compiled on all platforms.
This unit defines what units are available on which platform.
}
unit CairoCanvasAll;
{$mode objfpc}{$H+}
interface
{$IF (FPC_FULLVERSION>=20701) or not defined(win64)}
uses
{%H-}CairoCanvas, {%H-}CairoPrinter;
{$ENDIF}
implementation
end.