mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
Fixed return value in CloseConsoleHandle.
svn path=/trunk/; revision=2922
This commit is contained in:
parent
889631b2b9
commit
8b88e468e5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: console.c,v 1.39 2001/12/20 03:56:09 dwelch Exp $
|
||||
/* $Id: console.c,v 1.40 2002/05/07 22:23:17 hbirr Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -562,7 +562,7 @@ CloseConsoleHandle(HANDLE Handle)
|
|||
return FALSE;
|
||||
}
|
||||
/* FIXME: call CSRSS */
|
||||
return FALSE;
|
||||
return TRUE/*FALSE*/;
|
||||
}
|
||||
|
||||
BOOLEAN STDCALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue