mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 09:22:55 +00:00
Sync with trunk r63502.
svn path=/branches/shell-experiments/; revision=63503
This commit is contained in:
commit
acd03fd182
159 changed files with 9454 additions and 8144 deletions
|
@ -56,7 +56,7 @@ VOID PrintResourceString(INT resID, ...)
|
|||
// FIXME: Optimize by using Win32 console functions.
|
||||
if (IsConsoleHandle(OutputHandle))
|
||||
{
|
||||
_vcwprintf(tmpBuffer, arg_ptr);
|
||||
vfwprintf(stdout, tmpBuffer, arg_ptr);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue