mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- Returns TRUE in AttachConsole (like in Wine)
svn path=/trunk/; revision=42690
This commit is contained in:
@@ -3753,8 +3753,7 @@ WINAPI
|
||||
AttachConsole(DWORD dwProcessId)
|
||||
{
|
||||
DPRINT1("AttachConsole(0x%x) UNIMPLEMENTED!\n", dwProcessId);
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user