]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/T1Font.h
Import of Xpdf 2.00 for merge
[evince.git] / pdf / xpdf / T1Font.h
index 5215c3a6e8e0e69e4404750a029fdebb805a272c..cfd7f620611fc6ecf0a15cbbf0bc0da5062fe54b 100644 (file)
 #ifndef T1FONT_H
 #define T1FONT_H
 
+#include <aconf.h>
+
 #if HAVE_T1LIB_H
 
-#ifdef __GNUC__
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif
 
@@ -39,6 +41,8 @@ private:
   GBool aaHigh;                        // use high-res anti-aliasing?
   GBool ok;
 
+  static int t1libInitCount;
+
   friend class T1FontFile;
   friend class T1Font;
 };