]> www.fi.muni.cz Git - evince.git/commitdiff
Only include eggdesktopfile.h on x11
authorChristian Persch <chpe@gnome.org>
Sun, 14 Jun 2009 13:41:02 +0000 (15:41 +0200)
committerChristian Persch <chpe@gnome.org>
Sun, 14 Jun 2009 13:41:02 +0000 (15:41 +0200)
shell/main.c

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