]> sourceware.org Git - newlib-cygwin.git/commitdiff
2009-13-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 14 Nov 2009 00:50:50 +0000 (00:50 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 14 Nov 2009 00:50:50 +0000 (00:50 +0000)
        * include/wincon.h (AttachConsole): Correct guard.

        Thanks to Alexander Shaduri for report.

winsup/w32api/ChangeLog
winsup/w32api/include/wincon.h

index a72304ff3ff1dcdcab04bf13a4d2ed1f7fcb125c..05672200af075e5b9847a4fac5852660cadac0e5 100644 (file)
@@ -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.
index e326d092397b5db6b7f6b5d547b90d09a591f694..43a7b5a2b8ecb96ff27411eb97ce3fd9b0ac5df0 100644 (file)
@@ -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
This page took 0.047444 seconds and 5 git commands to generate.