* autoload.cc (AttachConsole): Correct size of args.
This commit is contained in:
parent
3c4f2024a1
commit
38a58dd13c
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue