]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Function.h
(eog_hig_dialog_new): add terminating NULL in g_object_set.
[evince.git] / pdf / xpdf / Function.h
index 9b0879f3dff152e42aa0e1a3c957723078283361..d795a513cae94b7d6fa9ae12664dd3b29cc3654e 100644 (file)
@@ -2,14 +2,16 @@
 //
 // Function.h
 //
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef FUNCTION_H
 #define FUNCTION_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif