fix Unicode compilation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6202 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b1c298f815
commit
d5caa9b185
1 changed files with 2 additions and 2 deletions
|
@ -3467,7 +3467,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
if (!numconv || v < 0 || v > 4 )
|
||||
{
|
||||
// < 2.47 would reset level to 0 without warning!
|
||||
ERROR_MSG("!verbose: Invalid verbose level\n");
|
||||
ERROR_MSG(_T("!verbose: Invalid verbose level\n"));
|
||||
return PS_ERROR;
|
||||
}
|
||||
}
|
||||
|
@ -3484,7 +3484,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
}
|
||||
else
|
||||
{
|
||||
warning_fl("!verbose: Pop failed, stack is empty");
|
||||
warning_fl(_T("!verbose: Pop failed, stack is empty"));
|
||||
continue; // Pop failed, should still process the next parameter
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue