aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-08-28 13:45:42 +0000
committermarha <marha@users.sourceforge.net>2009-08-28 13:45:42 +0000
commit1a43e299d03954679318ca540387c3b352640b73 (patch)
treebfcfcab8ac6b8671d97f3b44e9a95e91e428f038 /xorg-server
parente63ea193da268829f6fb76ce7a611e0ca51b3124 (diff)
downloadvcxsrv-1a43e299d03954679318ca540387c3b352640b73.tar.gz
vcxsrv-1a43e299d03954679318ca540387c3b352640b73.tar.bz2
vcxsrv-1a43e299d03954679318ca540387c3b352640b73.zip
Make sure CreateWindow is not redefined.
Diffstat (limited to 'xorg-server')
-rw-r--r--xorg-server/dix/dispatch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/dix/dispatch.c b/xorg-server/dix/dispatch.c
index 66f8f79ff..2f8b3d69c 100644
--- a/xorg-server/dix/dispatch.c
+++ b/xorg-server/dix/dispatch.c
@@ -109,6 +109,10 @@ Equipment Corporation.
#include <dix-config.h>
#endif
+#ifdef CreateWindow
+#undef CreateWindow
+#endif
+
#ifdef PANORAMIX_DEBUG
#include <stdio.h>
int ProcInitialConnection();