From: kramm Date: Sat, 5 Jul 2003 17:38:34 +0000 (+0000) Subject: cplusplus handling. X-Git-Tag: release-0-5-0~205 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=710c9cd13c2d123aca6720b92a7ef5051daceeb2 cplusplus handling. --- diff --git a/pdf2swf/ttf2pt1/ttf2pt1.h b/pdf2swf/ttf2pt1/ttf2pt1.h index b0e072f..6e244da 100644 --- a/pdf2swf/ttf2pt1/ttf2pt1.h +++ b/pdf2swf/ttf2pt1/ttf2pt1.h @@ -1,8 +1,15 @@ #ifndef __ttf2pt1_included__ +#define __ttf2pt1_included__ +#ifdef __cplusplus +extern "C" { +#endif int ttf2pt1_main( int argc, char **argv ); +#ifdef __cplusplus +} +#endif #endif