annotate src/sdl-1-remove-nonamelessunion.patch @ 950:2e58d1df6906

include a bugfix for package sdl (by Gregory Smith)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 12 May 2010 15:09:00 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
950
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1 This file is part of mingw-cross-env.
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 See doc/index.html for further information.
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 diff -r be6033c09175 src/video/windx5/directx.h
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 --- a/src/video/windx5/directx.h Fri Apr 23 18:34:51 2010 +0200
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 +++ b/src/video/windx5/directx.h Fri Apr 23 18:42:08 2010 +0200
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 @@ -74,9 +74,6 @@
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 #define DIRECTSOUND_VERSION 0x0500
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 #define DIRECTINPUT_VERSION 0x0700
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 -#ifdef __GNUC__
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 -#define NONAMELESSUNION
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 -#endif
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 #include <ddraw.h>
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 #include <dsound.h>
2e58d1df6906 include a bugfix for package sdl (by Gregory Smith)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 #include <dinput.h>