Fixed bug 993
GCC supports unnamed unions now. :) --HG-- branch : SDL-1.2
This commit is contained in:
parent
2b5448aae9
commit
0e67e2b55e
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue