]> www.fi.muni.cz Git - evince.git/commitdiff
Use #ifdef, no #if
authorChristian Persch <chpe@gnome.org>
Sun, 14 Jun 2009 13:49:55 +0000 (15:49 +0200)
committerChristian Persch <chpe@gnome.org>
Sun, 14 Jun 2009 13:49:55 +0000 (15:49 +0200)
shell/main.c

index 9cc94a7b3f9bf7c2868e85dadef947f8e5bf22d0..2d966afdb8181eb4057fc06f676abc039a0c3c5c 100644 (file)
@@ -40,7 +40,7 @@
 
 #ifdef WITH_SMCLIENT
 #include "eggsmclient.h"
-#if GDK_WINDOWING_X11
+#ifdef GDK_WINDOWING_X11
 #include "eggdesktopfile.h"
 #endif
 #endif /* WITH_SMCLIENT */