* fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.

* miscfuncs.cc: Ditto.
	* sched.cc: Ditto.
This commit is contained in:
Corinna Vinschen
2006-10-19 09:15:26 +00:00
parent 3c256e38f9
commit d145878a07
4 changed files with 8 additions and 6 deletions

View File

@@ -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 <rbtcollins@hotmail.com>
@@ -14,7 +14,6 @@
# include "config.h"
#endif
#define _WIN32_WINNT 0x300
#include "winsup.h"
#include <limits.h>
#include "cygerrno.h"