* 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

@@ -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>