Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-03-20 22:50:28 +0300
committerChristopher Faylor <me@cgf.cx>2001-03-20 22:50:28 +0300
commita1299ba54b1a4977da361a037d6c3392005cbd25 (patch)
treecf335e7602731349fd19044b5a2fc8079a20c9b3 /winsup/cygwin/exceptions.cc
parentd17d6d4286c18626c357d748df6fa9ab66aa2714 (diff)
* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing
winsock*.h and sys/types.h. * fhandler_socket.cc: Ditto. * net.cc: Ditto. * select.cc: Ditto. * exceptions.cc: Remove unneeded define.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 0c138ef50..8374032b0 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -8,7 +8,6 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#define Win32_Winsock
#include "winsup.h"
#include <imagehlp.h>
#include <errno.h>