mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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);
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<include base="rosperf">.</include>
|
||||
<define name="UNICODE" />
|
||||
<library>version</library>
|
||||
<library>msvcrt</library>
|
||||
<library>msimg32</library>
|
||||
<library>gdi32</library>
|
||||
<library>shell32</library>
|
||||
|
|
Loading…
Reference in a new issue