Mercurial > sdl-ios-xcode
changeset 4549:80277d92551b
Fixed bug 993
GCC supports unnamed unions now. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 18 Jul 2010 11:15:02 -0700 |
parents | b135d19f9764 |
children | e4e462f591d7 |
files | src/audio/windx5/directx.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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