mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
* fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.
* miscfuncs.cc: Ditto. * sched.cc: Ditto.
This commit is contained in:
parent
3c256e38f9
commit
d145878a07
@ -1,3 +1,9 @@
|
|||||||
|
2006-10-19 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.
|
||||||
|
* miscfuncs.cc: Ditto.
|
||||||
|
* sched.cc: Ditto.
|
||||||
|
|
||||||
2006-10-17 Corinna Vinschen <corinna@vinschen.de>
|
2006-10-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* glob.c: Remove.
|
* glob.c: Remove.
|
||||||
|
@ -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
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
#define _WIN32_WINNT 0x0501
|
|
||||||
|
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* miscfuncs.cc: misc funcs that don't belong anywhere else
|
/* miscfuncs.cc: misc funcs that don't belong anywhere else
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
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.
|
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
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
#define _WIN32_WINNT 0x400
|
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#include "cygerrno.h"
|
#include "cygerrno.h"
|
||||||
#include <sys/errno.h>
|
#include <sys/errno.h>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* sched.cc: scheduler interface for Cygwin
|
/* 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>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
@ -14,7 +14,6 @@
|
|||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define _WIN32_WINNT 0x300
|
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include "cygerrno.h"
|
#include "cygerrno.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user