diff options
author | marha <marha@users.sourceforge.net> | 2010-02-15 12:28:04 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-15 12:28:04 +0000 |
commit | 266b3ab4e449ba783abadd6d5ffc5397d42a6069 (patch) | |
tree | 615aa9e92783d325a6b2c4bf3aae0a0246c4e92a /xorg-server/hw/xwin/winshaddd.c | |
parent | 058f810182082292d8632e1f0ad4ffd21adc50fa (diff) | |
download | vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.tar.gz vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.tar.bz2 vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.zip |
Removed NATIVEGDI compilation (is currenlty crashing)
Diffstat (limited to 'xorg-server/hw/xwin/winshaddd.c')
-rw-r--r-- | xorg-server/hw/xwin/winshaddd.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg-server/hw/xwin/winshaddd.c b/xorg-server/hw/xwin/winshaddd.c index 0ef4bd432..a7ee92802 100644 --- a/xorg-server/hw/xwin/winshaddd.c +++ b/xorg-server/hw/xwin/winshaddd.c @@ -44,25 +44,6 @@ extern HWND g_hDlgExit; extern const char *g_pszLogFile; -/* - * FIXME: Headers are broken, DEFINE_GUID doesn't work correctly, - * so we have to redefine it here. - */ -#ifndef _MSC_VER -#ifdef DEFINE_GUID -#undef DEFINE_GUID -#define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}} -#endif /* DEFINE_GUID */ -#endif - - -/* - * FIXME: Headers are broken, IID_IDirectDraw4 has to be defined - * here manually. Should be handled by ddraw.h - */ -#ifndef IID_IDirectDraw2 -DEFINE_GUID( IID_IDirectDraw2,0xB3A6F3E0,0x2B43,0x11CF,0xA2,0xDE,0x00,0xAA,0x00,0xB9,0x33,0x56 ); -#endif /* IID_IDirectDraw2 */ /* |