# HG changeset patch # User Sam Lantinga # Date 1279476902 25200 # Node ID 80277d92551bdd4cfb212becfc2bcd98c0bf0832 # Parent b135d19f976488fec4ddf192a17e1a7749495509 Fixed bug 993 GCC supports unnamed unions now. :) diff -r b135d19f9764 -r 80277d92551b src/audio/windx5/directx.h --- a/src/audio/windx5/directx.h Sun Jul 18 11:13:12 2010 -0700 +++ b/src/audio/windx5/directx.h Sun Jul 18 11:15:02 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