* 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

@ -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)