- Returns TRUE in AttachConsole (like in Wine)

svn path=/trunk/; revision=42690
This commit is contained in:
Dmitry Chapyshev
2009-08-15 10:04:45 +00:00
parent 16992e50bd
commit c50287c843
+1 -2
View File
@@ -3753,8 +3753,7 @@ WINAPI
AttachConsole(DWORD dwProcessId)
{
DPRINT1("AttachConsole(0x%x) UNIMPLEMENTED!\n", dwProcessId);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
return TRUE;
}
/*--------------------------------------------------------------