* autoload.cc (AttachConsole): Correct size of args.

This commit is contained in:
Dave Korn 2009-07-04 14:51:09 +00:00
parent 3c4f2024a1
commit 38a58dd13c
2 changed files with 5 additions and 1 deletions

View 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.

View 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)
LoadDLLfuncEx (FindFirstVolumeA, 8, kernel32, 1)
LoadDLLfuncEx (FindNextVolumeA, 12, kernel32, 1)
LoadDLLfuncEx (FindVolumeClose, 4, kernel32, 1)