]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/PSTokenizer.h
Use normal style color for the widget background and draw a black box
[evince.git] / pdf / xpdf / PSTokenizer.h
index 1053c675ae6d55522d8549a43e87b8b7c7a5100d..4d5ee97f4ddd7fc1ba5c6531b5009a7be8e2e10f 100644 (file)
@@ -2,14 +2,16 @@
 //
 // PSTokenizer.h
 //
-// Copyright 2002 Glyph & Cog, LLC
+// Copyright 2002-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef PSTOKENIZER_H
 #define PSTOKENIZER_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif