From 0e67e2b55ee758ccdd69f9aaf6be0b6e48100a6b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 18 Jul 2010 10:51:25 -0700 Subject: [PATCH] Fixed bug 993 GCC supports unnamed unions now. :) --HG-- branch : SDL-1.2 --- src/audio/windx5/directx.h | 4 ---- src/video/windx5/directx.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/audio/windx5/directx.h b/src/audio/windx5/directx.h index e482301c6..5f339f2de 100644 --- a/src/audio/windx5/directx.h +++ b/src/audio/windx5/directx.h @@ -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 --git a/src/video/windx5/directx.h b/src/video/windx5/directx.h index b3b29f7e3..c7f536530 100644 --- a/src/video/windx5/directx.h +++ b/src/video/windx5/directx.h @@ -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