Fixed return value in CloseConsoleHandle.

svn path=/trunk/; revision=2922
This commit is contained in:
Hartmut Birr 2002-05-07 22:23:17 +00:00
parent 889631b2b9
commit 8b88e468e5

View file

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