]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/TTFont.h
Reused eog HIG dialog in GPdf.
[evince.git] / pdf / xpdf / TTFont.h
index b4ebd96e10c50fde7c2dfa71667d4a2c4ef3bf6b..96208e21b256a398e1ea1ce5d726a84bfd22e5ae 100644 (file)
@@ -4,16 +4,18 @@
 //
 // An X wrapper for the FreeType TrueType font rasterizer.
 //
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef TTFONT_H
 #define TTFONT_H
 
+#include <aconf.h>
+
 #if !FREETYPE2 && (HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H)
 
-#ifdef __GNUC__
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif