]> sourceware.org Git - newlib-cygwin.git/commitdiff
* autoload.cc (AttachConsole): Correct size of args.
authorDave Korn <dave.korn.cygwin@gmail.com>
Sat, 4 Jul 2009 14:51:09 +0000 (14:51 +0000)
committerDave Korn <dave.korn.cygwin@gmail.com>
Sat, 4 Jul 2009 14:51:09 +0000 (14:51 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc

index fc4bf70e438c9f6da99e1f634b2b8636471b2de5..b5824563590d44e45865ac3a8cee63ebaba6c874 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 4a64e105a022104a978d430fa22d3451c1805f68..bf6c2f1372a0968f9bdf13870fc4c86877929a7e 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)
This page took 0.032845 seconds and 5 git commands to generate.