upgrade to xpdf 3.00.
[swftools.git] / pdf2swf / xpdf / GList.h
index 0ef4fd7..4c52489 100644 (file)
@@ -2,14 +2,16 @@
 //
 // GList.h
 //
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef GLIST_H
 #define GLIST_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif