(_ANONYMOUS_UNION) [__GNUC__]: New define.

(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
This commit is contained in:
Andrew Innes 2000-09-03 17:39:34 +00:00
parent 49b3bd82e9
commit a1375c9fa7
2 changed files with 8 additions and 0 deletions

View file

@ -26,6 +26,10 @@ Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <fcntl.h>
#include <time.h>
#ifdef __GNUC__
#define _ANONYMOUS_UNION
#define _ANONYMOUS_STRUCT
#endif
#include <windows.h>
/* Include relevant definitions from IMAGEHLP.H, which can be found

View file

@ -26,6 +26,10 @@ Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <fcntl.h>
#include <time.h>
#ifdef __GNUC__
#define _ANONYMOUS_UNION
#define _ANONYMOUS_STRUCT
#endif
#include <windows.h>
/* Include relevant definitions from IMAGEHLP.H, which can be found