mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Implement $V in builtin PROMPT.
This commit is contained in:
parent
435e2e63f4
commit
00f5094a57
@ -484,6 +484,10 @@ char *p, *q;
|
||||
GetTimeFormat (LOCALE_USER_DEFAULT, 0, NULL, NULL, q, MAX_PATH);
|
||||
while (*q) q++;
|
||||
break;
|
||||
case 'V':
|
||||
lstrcat (q, version_string);
|
||||
while (*q) q++;
|
||||
break;
|
||||
case '_':
|
||||
*q++ = '\n';
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user