Skip to content

Commit

Permalink
Fixed bug 993
Browse files Browse the repository at this point in the history
GCC supports unnamed unions now. :)
  • Loading branch information
slouken committed Jul 18, 2010
1 parent a0a4d04 commit a0c9eeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/audio/windx5/directx.h
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions src/video/windx5/directx.h
Expand Up @@ -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
Expand Down

0 comments on commit a0c9eeb

Please sign in to comment.