summaryrefslogtreecommitdiffstats
path: root/src/sdl-1-remove-nonamelessunion.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-12 13:09:00 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-12 13:09:00 (GMT)
commite88c227f3062f861de12dfb6902d93afba990396 (patch)
tree46a204f5d83ecaccbb97db2add4abe4737241a47 /src/sdl-1-remove-nonamelessunion.patch
parent1f41f9c88d11228032b8de77cee09aeee9670d45 (diff)
downloadmxe-e88c227f3062f861de12dfb6902d93afba990396.zip
mxe-e88c227f3062f861de12dfb6902d93afba990396.tar.gz
mxe-e88c227f3062f861de12dfb6902d93afba990396.tar.bz2
include a bugfix for package sdl (by Gregory Smith)
Diffstat (limited to 'src/sdl-1-remove-nonamelessunion.patch')
-rw-r--r--src/sdl-1-remove-nonamelessunion.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/sdl-1-remove-nonamelessunion.patch b/src/sdl-1-remove-nonamelessunion.patch
new file mode 100644
index 0000000..a2444bb
--- /dev/null
+++ b/src/sdl-1-remove-nonamelessunion.patch
@@ -0,0 +1,16 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+diff -r be6033c09175 src/video/windx5/directx.h
+--- a/src/video/windx5/directx.h Fri Apr 23 18:34:51 2010 +0200
++++ b/src/video/windx5/directx.h Fri Apr 23 18:42:08 2010 +0200
+@@ -74,9 +74,6 @@
+ #define DIRECTSOUND_VERSION 0x0500
+ #define DIRECTINPUT_VERSION 0x0700
+
+-#ifdef __GNUC__
+-#define NONAMELESSUNION
+-#endif
+ #include <ddraw.h>
+ #include <dsound.h>
+ #include <dinput.h>