kernel32: Add stub for AttachConsole.

oldstable
Louis Lenders 2007-03-22 20:32:36 +00:00 committed by Alexandre Julliard
parent 87b291a261
commit eafbf45fce
2 changed files with 10 additions and 1 deletions

View File

@ -2405,6 +2405,15 @@ BOOL WINAPI ScrollConsoleScreenBufferW(HANDLE hConsoleOutput, LPSMALL_RECT lpScr
return TRUE;
}
/******************************************************************
* AttachConsole (KERNEL32.@)
*/
BOOL WINAPI AttachConsole(DWORD dwProcessId)
{
FIXME("stub %x\n",dwProcessId);
return TRUE;
}
/* ====================================================================
*

View File

@ -148,7 +148,7 @@
@ stub AllocateUserPhysicalPages
@ stdcall AreFileApisANSI()
@ stdcall AssignProcessToJobObject(ptr ptr)
# @ stub AttachConsole
@ stdcall AttachConsole(long)
@ stdcall BackupRead(ptr ptr long ptr long long ptr)
@ stdcall BackupSeek(ptr long long ptr ptr ptr)
@ stdcall BackupWrite(ptr ptr long ptr long long ptr)