]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/CharCodeToUnicode.h
Reused eog HIG dialog in GPdf.
[evince.git] / pdf / xpdf / CharCodeToUnicode.h
index 06916c8fabf98937a4a6fe3d7dbb2858aa234863..b20f323c14fe6c913bd3832dbb6386d84cb81f4f 100644 (file)
@@ -4,14 +4,16 @@
 //
 // Mapping from character codes to Unicode.
 //
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef CHARCODETOUNICODE_H
 #define CHARCODETOUNICODE_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif