]> git.eshelyaron.com Git - emacs.git/commitdiff
(_ANONYMOUS_UNION) [__GNUC__]: New define.
authorAndrew Innes <andrewi@gnu.org>
Sun, 3 Sep 2000 17:39:34 +0000 (17:39 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 3 Sep 2000 17:39:34 +0000 (17:39 +0000)
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.

nt/addsection.c
nt/preprep.c

index a07b39de58a68e8f36dd412919f31868f981368d..55e83977fb127b364936d5203dd6555894deb26d 100644 (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
index 0c10ab98b82be0d9fea90dc53f749bc98456643b..08a29ae5931b4784293f760f9b851082895ab0aa 100644 (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