From e38efb466240e266a9c0491c4be56b66af2429ee Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 9 Apr 2003 14:54:40 +0000 Subject: [PATCH] fix for t1lib-5.0.0 --- pdf2swf/swfoutput.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 947a828..5bd8ee0 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -11,6 +11,10 @@ #define __swfoutput_h__ #include +#ifdef T1ERR_SCAN_ENCODING //t1lib 5.0.0 +#define T1_Get_no_fonts T1_GetNoFonts +#endif + extern "C" { #include "../lib/rfxswf.h" } -- 1.7.10.4