mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
implement $s
svn path=/trunk/; revision=16585
This commit is contained in:
parent
199110e78f
commit
023ebef222
1 changed files with 5 additions and 2 deletions
|
@ -133,8 +133,11 @@ VOID PrintPrompt(VOID)
|
|||
ConOutChar (_T('='));
|
||||
break;
|
||||
|
||||
case _T('S'):
|
||||
ConOutChar (_T(' '));
|
||||
break;
|
||||
|
||||
case _T('T'):
|
||||
//PrintTime ();
|
||||
{
|
||||
TCHAR szTime[32];
|
||||
GetTimeFormat(LOCALE_USER_DEFAULT, 0, NULL, NULL,szTime, sizeof(szTime));
|
||||
|
|
Loading…
Reference in a new issue