]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/NameToCharCode.h
add GnomePrintJob to EvPrintJob constructor arguments.
[evince.git] / pdf / xpdf / NameToCharCode.h
index 22e41b61584914fb22623ad1324dd38173d3fac1..65453c3a3eb4cc2530129c022068293e2d1739ec 100644 (file)
@@ -2,14 +2,16 @@
 //
 // NameToCharCode.h
 //
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef NAMETOCHARCODE_H
 #define NAMETOCHARCODE_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif