X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Ffile.h;h=753391676bc6233318de15baf0646617d297a36c;hb=bf04757cd94e94c1f67fa3d2a4e3e59fa5bce0c0;hp=e084a3b5f21346c41d649bf2b207e06e1be79c41;hpb=36f562f4988603a630302892dc63d5588d48b010;p=swftools.git diff --git a/lib/devices/file.h b/lib/devices/file.h index e084a3b..7533916 100644 --- a/lib/devices/file.h +++ b/lib/devices/file.h @@ -19,11 +19,20 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __swfoutput_h__ -#define __swfoutput_h__ +#ifndef __gfxdevice_file_h__ +#define __gfxdevice_file_h__ + + +#ifdef __cplusplus +extern "C" { +#endif #include "../gfxdevice.h" void gfxdevice_file_init(gfxdevice_t*, char*filename); -#endif //__swfoutput_h__ +#ifdef __cplusplus +} +#endif + +#endif //gfxdevice_file_h__