summaryrefslogtreecommitdiffstats
path: root/src/sdl-1-remove-nonamelessunion.patch
blob: a2444bbf0a49b27c2de68c71d23ca950d0345b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>