diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-03 17:41:20 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-03 17:41:20 +0000 |
commit | 971bce757ca93b9ff54adc221fb212de86aae0a6 (patch) | |
tree | 033e1c2b2f9471f78bb619dfd436c2cd8f563109 /src/w32.c | |
parent | cc48c6e7a4b379ef81b1837f8e9d18b1159b2b66 (diff) | |
download | emacs-971bce757ca93b9ff54adc221fb212de86aae0a6.tar.gz |
(_ANONYMOUS_UNION) [__GNUC__]: New define
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c index 3152c7d5943..9afaa178444 100644 --- a/src/w32.c +++ b/src/w32.c @@ -63,6 +63,10 @@ Boston, MA 02111-1307, USA. #include <pwd.h> +#ifdef __GNUC__ +#define _ANONYMOUS_UNION +#define _ANONYMOUS_STRUCT +#endif #include <windows.h> #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ |