mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:32:56 +00:00
Fixed typo.
svn path=/trunk/; revision=788
This commit is contained in:
parent
e0c1e02c47
commit
c8689122b1
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: winlogon.c,v 1.4 1999/07/17 23:10:30 ea Exp $
|
/* $Id: winlogon.c,v 1.5 1999/11/20 21:53:53 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -14,6 +14,9 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
//#include <stdio.h>
|
//#include <stdio.h>
|
||||||
|
|
||||||
|
#include <wchar.h>
|
||||||
|
|
||||||
|
|
||||||
/* GLOBALS ******************************************************************/
|
/* GLOBALS ******************************************************************/
|
||||||
|
|
||||||
HANDLE SM = INVALID_HANDLE_VALUE; /* SM API LPC port */
|
HANDLE SM = INVALID_HANDLE_VALUE; /* SM API LPC port */
|
||||||
|
@ -173,7 +176,7 @@ CuiMonitor (VOID)
|
||||||
wcscpy( UserName, L"Administrator" );
|
wcscpy( UserName, L"Administrator" );
|
||||||
|
|
||||||
/* FIXME: use locale info to format */
|
/* FIXME: use locale info to format */
|
||||||
NtGetSystemtime(
|
NtGetSystemTime(
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Print info and Monitor menu */
|
/* Print info and Monitor menu */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue