mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 11:00:41 +08:00
2009-13-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/wincon.h (AttachConsole): Correct guard. Thanks to Alexander Shaduri for report.
This commit is contained in:
parent
35d6a288b2
commit
3d330d8115
@ -1,3 +1,9 @@
|
||||
2009-13-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/wincon.h (AttachConsole): Correct guard.
|
||||
|
||||
Thanks to Alexander Shaduri for report.
|
||||
|
||||
2009-13-09 Robert Moerland <rjmoerland@users.sourceforge.net>
|
||||
|
||||
* include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
|
||||
|
@ -130,7 +130,7 @@ typedef struct _INPUT_RECORD {
|
||||
} INPUT_RECORD,*PINPUT_RECORD;
|
||||
|
||||
BOOL WINAPI AllocConsole(void);
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define ATTACH_PARENT_PROCESS ((DWORD)-1)
|
||||
BOOL WINAPI AttachConsole(DWORD);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user