X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2Fbezier;h=a341031bee9d8db49eaa1ae09079b375d810ef82;hb=2d3216db7740f8155429914c17af1edb04a032bb;hp=119fb25d8dd4366b8e237315bcb941aca1be0710;hpb=29bc5853be7221a692fe89d9f0ddbd1de7f50299;p=synfig.git diff --git a/ETL/trunk/ETL/bezier b/ETL/trunk/ETL/bezier index 119fb25..a341031 100644 --- a/ETL/trunk/ETL/bezier +++ b/ETL/trunk/ETL/bezier @@ -2,7 +2,7 @@ /*! ======================================================================== ** Extended Template and Library ** Bezier Curve Class -** $Id: bezier,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __BEZIER__ -#define __BEZIER__ +#ifndef __ETL__BEZIER__ +#define __ETL__BEZIER__ /* === H E A D E R S ======================================================= */ @@ -31,7 +31,7 @@ #include "_bezier.h" -#ifdef __ANGLE__ +#ifdef __ETL_ANGLE__ #include "_bezier_angle.h" #endif