# HG changeset patch # User Sam Lantinga # Date 1279475485 25200 # Node ID 134c6707b767f1ad81025b6f31aefe946035c92f # Parent 3f2d351d8274bf812796ef1bcc4f7b494174dda4 Fixed bug 993 GCC supports unnamed unions now. :) diff -r 3f2d351d8274 -r 134c6707b767 src/audio/windx5/directx.h --- 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 diff -r 3f2d351d8274 -r 134c6707b767 src/video/windx5/directx.h --- a/src/video/windx5/directx.h Sun Jul 18 10:39:24 2010 -0700 +++ b/src/video/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