mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix building Lsass
svn path=/trunk/; revision=8386
This commit is contained in:
parent
4f12cc2e75
commit
1816da4b7a
1 changed files with 3 additions and 3 deletions
|
@ -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" );
|
||||
|
|
Loading…
Reference in a new issue