Fix building Lsass

svn path=/trunk/; revision=8386
This commit is contained in:
Steven Edwards 2004-02-25 22:36:53 +00:00
parent 4f12cc2e75
commit 1816da4b7a

View file

@ -1,4 +1,4 @@
/* $Id: lsass.c,v 1.1 2001/07/24 10:18:05 ekohl Exp $
/* $Id: lsass.c,v 1.2 2004/02/25 22:36:53 sedwards Exp $
*
* reactos/services/lsass/lsass.c
*
@ -46,8 +46,8 @@ DisplayString( LPCWSTR lpwString )
/* Native image's entry point */
void
NtProcessStartup( PSTARTUP_ARGUMENT StartupArgument )
VOID STDCALL
NtProcessStartup(PPEB Peb)
{
DisplayString( L"Local Security Authority Subsystem:\n" );
DisplayString( L"\tInitializing...\n" );