summaryrefslogtreecommitdiffstats
path: root/src/sdl-1-remove-nonamelessunion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl-1-remove-nonamelessunion.patch')
-rw-r--r--src/sdl-1-remove-nonamelessunion.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/sdl-1-remove-nonamelessunion.patch b/src/sdl-1-remove-nonamelessunion.patch
deleted file mode 100644
index a2444bb..0000000
--- a/src/sdl-1-remove-nonamelessunion.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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>