mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[CMD] Use _T() rather than L to initialise TCHARS.
This commit is contained in:
parent
d7e71357dc
commit
8b72fce3e1
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ INT cmd_start (LPTSTR Rest)
|
|||
lpTitle = GetParameter(&Rest);
|
||||
StripQuotes(lpTitle);
|
||||
}
|
||||
else if (*Rest == L'/')
|
||||
else if (*Rest == _T('/'))
|
||||
{
|
||||
LPTSTR option;
|
||||
Rest++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue