mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:33:04 +00:00
Set console title to "Winlogon"
svn path=/trunk/; revision=1996
This commit is contained in:
parent
932eaef816
commit
4eb1d89866
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: winlogon.c,v 1.6 2001/06/12 17:50:26 chorns Exp $
|
/* $Id: winlogon.c,v 1.7 2001/06/22 02:10:11 phreak Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -289,7 +289,7 @@ WinMain(HINSTANCE hInstance,
|
||||||
|
|
||||||
|
|
||||||
AllocConsole();
|
AllocConsole();
|
||||||
|
SetConsoleTitle( "Winlogon" );
|
||||||
/* start system processes (services.exe & lsass.exe) */
|
/* start system processes (services.exe & lsass.exe) */
|
||||||
StartServices();
|
StartServices();
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue