fix rosperf build

svn path=/trunk/; revision=38061
This commit is contained in:
Timo Kreuzer 2008-12-13 23:48:38 +00:00
parent b59e7d655f
commit fd55d5ab90
2 changed files with 2 additions and 1 deletions

View file

@ -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);