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:
authorCorinna Vinschen <corinna@vinschen.de>2006-10-19 13:15:26 +0400
committerCorinna Vinschen <corinna@vinschen.de>2006-10-19 13:15:26 +0400
commitd145878a0750751e48f092f0a4fdc0d802fe6eff (patch)
tree553032bf5b9940b7418a8dc42986b14a38faaed5 /winsup/cygwin/fhandler_proc.cc
parent3c256e38f9b1de33028b4f6f4635ecf5395e2168 (diff)
* fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.
* miscfuncs.cc: Ditto. * sched.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r--winsup/cygwin/fhandler_proc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc
index b400a278f..dd706743d 100644
--- a/winsup/cygwin/fhandler_proc.cc
+++ b/winsup/cygwin/fhandler_proc.cc
@@ -8,8 +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_WINNT 0x0501
-
#include "winsup.h"
#include <unistd.h>
#include <stdlib.h>