mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
Save the select test info on close.
The browse dialog now lists all winetest dlls and allows selection of either all tests in all dlls, all tests within a dll, or the option to choose individual tests. (rewuires a modified winetest framework) svn path=/trunk/; revision=34034
This commit is contained in:
parent
938f407a80
commit
0537163f8d
4 changed files with 49 additions and 20 deletions
|
@ -208,7 +208,7 @@ VOID DisplayError(INT err)
|
|||
LocalFree(lpMsgBuf);
|
||||
}
|
||||
|
||||
VOID DisplayString(LPWSTR lpMsg)
|
||||
VOID DisplayMessage(LPWSTR lpMsg)
|
||||
{
|
||||
MessageBoxW(NULL, lpMsg, L"Note!", MB_ICONEXCLAMATION|MB_OK);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue