From 710c9cd13c2d123aca6720b92a7ef5051daceeb2 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 5 Jul 2003 17:38:34 +0000 Subject: [PATCH] cplusplus handling. --- pdf2swf/ttf2pt1/ttf2pt1.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 1.7.10.4