* winsup.h (GetLastError): Drop redundant definition.
This commit is contained in:
parent
f804f416f3
commit
a90b8a20ed
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-26 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* winsup.h (GetLastError): Drop redundant definition.
|
||||||
|
|
||||||
2012-06-25 Christopher Faylor <me.cygwin2012@cgf.cx>
|
2012-06-25 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
* cygwait.cc (cancelable_wait): Make sure that timer is cancelled
|
* cygwait.cc (cancelable_wait): Make sure that timer is cancelled
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* winsup.h: main Cygwin header file.
|
/* winsup.h: main Cygwin header file.
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
2005, 2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
|
2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
@ -91,9 +91,6 @@ extern const char case_folded_upper[];
|
||||||
#include "winlean.h"
|
#include "winlean.h"
|
||||||
#include "wincap.h"
|
#include "wincap.h"
|
||||||
|
|
||||||
/* The one function we use from winuser.h most of the time */
|
|
||||||
extern "C" DWORD WINAPI GetLastError (void);
|
|
||||||
|
|
||||||
/* Used as type by sys_wcstombs_alloc and sys_mbstowcs_alloc. For a
|
/* Used as type by sys_wcstombs_alloc and sys_mbstowcs_alloc. For a
|
||||||
description see there. */
|
description see there. */
|
||||||
#define HEAP_NOTHEAP -1
|
#define HEAP_NOTHEAP -1
|
||||||
|
|
Loading…
Reference in New Issue