From d145878a0750751e48f092f0a4fdc0d802fe6eff Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 19 Oct 2006 09:15:26 +0000 Subject: [PATCH] * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT. * miscfuncs.cc: Ditto. * sched.cc: Ditto. --- winsup/cygwin/ChangeLog | 6 ++++++ winsup/cygwin/fhandler_proc.cc | 2 -- winsup/cygwin/miscfuncs.cc | 3 +-- winsup/cygwin/sched.cc | 3 +-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 058bd5cf9..449849100 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2006-10-19 Corinna Vinschen + + * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT. + * miscfuncs.cc: Ditto. + * sched.cc: Ditto. + 2006-10-17 Corinna Vinschen * glob.c: Remove. 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 #include diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc index f7ac0c642..6c91f03b8 100644 --- a/winsup/cygwin/miscfuncs.cc +++ b/winsup/cygwin/miscfuncs.cc @@ -1,7 +1,7 @@ /* miscfuncs.cc: misc funcs that don't belong anywhere else Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005 Red Hat, Inc. + 2005, 2006 Red Hat, Inc. This file is part of Cygwin. @@ -9,7 +9,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 0x400 #include "winsup.h" #include "cygerrno.h" #include diff --git a/winsup/cygwin/sched.cc b/winsup/cygwin/sched.cc index 85f9738fd..15e605743 100644 --- a/winsup/cygwin/sched.cc +++ b/winsup/cygwin/sched.cc @@ -1,6 +1,6 @@ /* sched.cc: scheduler interface for Cygwin - Copyright 2001, 2002 Red Hat, Inc. + Copyright 2001, 2002, 2006 Red Hat, Inc. Written by Robert Collins @@ -14,7 +14,6 @@ # include "config.h" #endif -#define _WIN32_WINNT 0x300 #include "winsup.h" #include #include "cygerrno.h" -- 2.43.5