Fixed bug 993

GCC supports unnamed unions now. :)
This commit is contained in:
Sam Lantinga 2010-07-18 11:15:02 -07:00
parent b93cbf4cbb
commit 83d6407648

View file

@ -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