OSDN Git Service

* autoload.cc (AttachConsole): Correct size of args.
authordavek <davek>
Sat, 4 Jul 2009 14:51:09 +0000 (14:51 +0000)
committerdavek <davek>
Sat, 4 Jul 2009 14:51:09 +0000 (14:51 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc

index fc4bf70..b582456 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-04  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * autoload.cc (AttachConsole):  Correct size of args.
+
 2009-07-03  Christopher Faylor  <me+cygwin@cgf.cx>
 
        * dcrt0.cc (jit_debug): New global.
index 4a64e10..bf6c2f1 100644 (file)
@@ -409,7 +409,7 @@ LoadDLLfuncEx2 (SendARP, 16, iphlpapi, 1, 50)
 
 LoadDLLfunc (CoTaskMemFree, 4, ole32)
 
-LoadDLLfuncEx (AttachConsole, 0, kernel32, 1)
+LoadDLLfuncEx (AttachConsole, 4, kernel32, 1)\r
 LoadDLLfuncEx (FindFirstVolumeA, 8, kernel32, 1)
 LoadDLLfuncEx (FindNextVolumeA, 12, kernel32, 1)
 LoadDLLfuncEx (FindVolumeClose, 4, kernel32, 1)