diff options
author | marha <marha@users.sourceforge.net> | 2009-08-28 13:45:42 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-28 13:45:42 +0000 |
commit | 1a43e299d03954679318ca540387c3b352640b73 (patch) | |
tree | bfcfcab8ac6b8671d97f3b44e9a95e91e428f038 /xorg-server/dix | |
parent | e63ea193da268829f6fb76ce7a611e0ca51b3124 (diff) | |
download | vcxsrv-1a43e299d03954679318ca540387c3b352640b73.tar.gz vcxsrv-1a43e299d03954679318ca540387c3b352640b73.tar.bz2 vcxsrv-1a43e299d03954679318ca540387c3b352640b73.zip |
Make sure CreateWindow is not redefined.
Diffstat (limited to 'xorg-server/dix')
-rw-r--r-- | xorg-server/dix/dispatch.c | 4 |
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(); |