]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/SFont.h
Reused eog HIG dialog in GPdf.
[evince.git] / pdf / xpdf / SFont.h
index c4fb341e05948552715280e35f1613418a8e6b4c..aadf991caf53db8e1ad454636dbc5d587b2e1651 100644 (file)
@@ -4,14 +4,16 @@
 //
 // Base class for font rasterizers.
 //
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef SFONT_H
 #define SFONT_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif