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('=')); ConOutChar (_T('='));
break; break;
case _T('T'): case _T('S'):
//PrintTime (); ConOutChar (_T(' '));
break;
case _T('T'):
{ {
TCHAR szTime[32]; TCHAR szTime[32];
GetTimeFormat(LOCALE_USER_DEFAULT, 0, NULL, NULL,szTime, sizeof(szTime)); GetTimeFormat(LOCALE_USER_DEFAULT, 0, NULL, NULL,szTime, sizeof(szTime));