mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:13:10 +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];
|
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);
|
SetWindowTextW(Label, Status);
|
||||||
InvalidateRect(Label, NULL, TRUE);
|
InvalidateRect(Label, NULL, TRUE);
|
||||||
UpdateWindow(Label);
|
UpdateWindow(Label);
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<include base="rosperf">.</include>
|
<include base="rosperf">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
<library>version</library>
|
<library>version</library>
|
||||||
|
<library>msvcrt</library>
|
||||||
<library>msimg32</library>
|
<library>msimg32</library>
|
||||||
<library>gdi32</library>
|
<library>gdi32</library>
|
||||||
<library>shell32</library>
|
<library>shell32</library>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue