diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-11-27 18:12:29 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-11-27 18:12:29 -0800 |
commit | a7d211f6e3ded98c79e7be73253a51958d3e98db (patch) | |
tree | d3a1bd6a6f3e8dd52665bb4fe9405da76578a435 | |
parent | 1614ea1074d62f32f51032141b0c55250380ca17 (diff) |
include of config.h should not be inside #ifdef WIN32
-rw-r--r-- | src/XAppgroup.c | 2 | ||||
-rw-r--r-- | src/Xcup.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/XAppgroup.c b/src/XAppgroup.c index 2ca3e4d..48fcc01 100644 --- a/src/XAppgroup.c +++ b/src/XAppgroup.c @@ -26,10 +26,10 @@ in this Software without prior written authorization from The Open Group. */ /* $Xorg: XAppgroup.c,v 1.5 2001/02/09 02:03:49 xorgcvs Exp $ */ -#ifdef WIN32 #ifdef HAVE_CONFIG_H #include <config.h> #endif +#ifdef WIN32 #include <X11/Xwindows.h> #endif @@ -26,10 +26,10 @@ in this Software without prior written authorization from The Open Group. */ /* $Xorg: Xcup.c,v 1.5 2001/02/09 02:03:49 xorgcvs Exp $ */ -#ifdef WIN32 #ifdef HAVE_CONFIG_H #include <config.h> #endif +#ifdef WIN32 #include <X11/Xwindows.h> #endif |