mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
fix rosperf build
svn path=/trunk/; revision=38061
This commit is contained in:
parent
b59e7d655f
commit
fd55d5ab90
2 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,7 @@ DisplayStatus(HWND Label, LPCWSTR Message, LPCWSTR Test, int Try)
|
|||
{
|
||||
WCHAR Status[128];
|
||||
|
||||
snwprintf(Status, sizeof(Status) / sizeof(Status[0]), L"%d %s %s", Try, Message, Test);
|
||||
_snwprintf(Status, sizeof(Status) / sizeof(Status[0]), L"%d %s %s", Try, Message, Test);
|
||||
SetWindowTextW(Label, Status);
|
||||
InvalidateRect(Label, NULL, TRUE);
|
||||
UpdateWindow(Label);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue