mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
implement $s
svn path=/trunk/; revision=16585
This commit is contained in:
@@ -133,8 +133,11 @@ VOID PrintPrompt(VOID)
|
||||
ConOutChar (_T('='));
|
||||
break;
|
||||
|
||||
case _T('T'):
|
||||
//PrintTime ();
|
||||
case _T('S'):
|
||||
ConOutChar (_T(' '));
|
||||
break;
|
||||
|
||||
case _T('T'):
|
||||
{
|
||||
TCHAR szTime[32];
|
||||
GetTimeFormat(LOCALE_USER_DEFAULT, 0, NULL, NULL,szTime, sizeof(szTime));
|
||||
|
||||
Reference in New Issue
Block a user