mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
- Auto expand the list of available tests
- Add the selected test to the main combo - Tag the dll path to each combo item - Run the test when the 'run' button is hit. We can now run all Wine tests from the GUI, but we get no feedback yet. svn path=/trunk/; revision=34043
This commit is contained in:
parent
3ee18cdb67
commit
3c16ea89b9
4 changed files with 210 additions and 27 deletions
|
@ -39,6 +39,7 @@ typedef struct _MAIN_WND_INFO
|
|||
/* dll exports */
|
||||
wchar_t *GetTestName();
|
||||
int GetModulesInTest(char **modules);
|
||||
int RunTest(const char *lpTest);
|
||||
|
||||
|
||||
/* browsewnd.c */
|
||||
|
@ -49,5 +50,6 @@ HIMAGELIST InitImageList(UINT StartResource, UINT EndResource, UINT Width, UINT
|
|||
VOID DisplayMessage(LPWSTR lpMsg);
|
||||
VOID DisplayError(INT err);
|
||||
DWORD AnsiToUnicode(LPCSTR lpSrcStr, LPWSTR *lpDstStr);
|
||||
DWORD UnicodeToAnsi(LPCWSTR lpSrcStr, LPSTR *lpDstStr);
|
||||
|
||||
#endif /* __WINETESTGUI_PRECOMP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue