From fa6f0779b960772ec6b35df83213a697bc32b5b1 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 23 Feb 2005 20:48:08 +0000 Subject: [PATCH] removed extern "C" stuff- the header files do that themselves. --- pdf2swf/swfoutput.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 5b00cd9..58f1490 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -22,10 +22,9 @@ #ifndef __swfoutput_h__ #define __swfoutput_h__ -extern "C" { #include "../lib/rfxswf.h" #include "../lib/gfxdevice.h" -} + typedef long int twip; struct swfmatrix { -- 1.7.10.4