implement $s

svn path=/trunk/; revision=16585
This commit is contained in:
Magnus Olsen 2005-07-15 17:46:26 +00:00
parent 199110e78f
commit 023ebef222

View file

@ -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));