mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
2004-11-18 Earnie Boyd <earnie@users.sf.net>
* include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter. Changed it twice due to inconsistent MSDN documentation.
This commit is contained in:
parent
43b9a723cc
commit
24984fcb45
@ -1,6 +1,7 @@
|
|||||||
2004-11-18 Earnie Boyd <earnie@users.sf.net>
|
2004-11-18 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
* include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
|
* include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
|
||||||
|
Changed it twice due to inconsistent MSDN documentation.
|
||||||
|
|
||||||
2004-11-13 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-11-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ typedef struct _INPUT_RECORD {
|
|||||||
} INPUT_RECORD,*PINPUT_RECORD;
|
} INPUT_RECORD,*PINPUT_RECORD;
|
||||||
|
|
||||||
BOOL WINAPI AllocConsole(void);
|
BOOL WINAPI AllocConsole(void);
|
||||||
#if (_WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0501)
|
||||||
BOOL WINAPI AttachConsole(DWORD);
|
BOOL WINAPI AttachConsole(DWORD);
|
||||||
#endif
|
#endif
|
||||||
HANDLE WINAPI CreateConsoleScreenBuffer(DWORD,DWORD,CONST SECURITY_ATTRIBUTES*,DWORD,LPVOID);
|
HANDLE WINAPI CreateConsoleScreenBuffer(DWORD,DWORD,CONST SECURITY_ATTRIBUTES*,DWORD,LPVOID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user