diff src/audio/windx5/directx.h @ 4545:134c6707b767 SDL-1.2

Fixed bug 993 GCC supports unnamed unions now. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 18 Jul 2010 10:51:25 -0700
parents eada7e321df6
children
line wrap: on
line diff
--- a/src/audio/windx5/directx.h	Sun Jul 18 10:39:24 2010 -0700
+++ b/src/audio/windx5/directx.h	Sun Jul 18 10:51:25 2010 -0700
@@ -2,10 +2,6 @@
 #ifndef _directx_h
 #define _directx_h
 
-#ifdef __GNUC__
-#define NONAMELESSUNION
-#endif
-
 /* Include all of the DirectX 5.0 headers and adds any necessary tweaks */
 
 #define WIN32_LEAN_AND_MEAN