taskmgr: Use standard va_list instead of __ms_va_list.
This commit is contained in:
parent
b19d3e779b
commit
dbfeb4b7f4
1 changed files with 1 additions and 2 deletions
|
@ -188,8 +188,7 @@ static DWORD WINAPI PerformancePageRefreshThread(void *lpParameter)
|
|||
args[0] = CommitChargeTotal;
|
||||
args[1] = CommitChargeLimit;
|
||||
FormatMessageW(FORMAT_MESSAGE_FROM_STRING|FORMAT_MESSAGE_ARGUMENT_ARRAY,
|
||||
wszMemUsage, 0, 0, Text,
|
||||
ARRAY_SIZE(Text), (__ms_va_list*)args);
|
||||
wszMemUsage, 0, 0, Text, ARRAY_SIZE(Text), (va_list *)args);
|
||||
SendMessageW(hStatusWnd, SB_SETTEXTW, 2, (LPARAM)Text);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue