diff nt/addsection.c @ 31347:cdc16c6e33be

(_ANONYMOUS_UNION) [__GNUC__]: New define. (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
author Andrew Innes <andrewi@gnu.org>
date Sun, 03 Sep 2000 17:39:34 +0000
parents ab2cd9e121f1
children 23a1cea22d13
line wrap: on
line diff
--- a/nt/addsection.c	Sun Sep 03 17:39:21 2000 +0000
+++ b/nt/addsection.c	Sun Sep 03 17:39:34 2000 +0000
@@ -26,6 +26,10 @@
 #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