Add all modules within a test to the treeview

svn path=/trunk/; revision=34024
This commit is contained in:
Ged Murphy 2008-06-19 11:57:14 +00:00
parent febcfe8913
commit 671448e212
3 changed files with 66 additions and 13 deletions

View file

@ -32,6 +32,7 @@ typedef struct _MAIN_WND_INFO
/* dll exports */
wchar_t *GetTestName();
int GetModulesInTest(char **modules);
/* browsewnd.c */
@ -41,5 +42,6 @@ BOOL CALLBACK BrowseDlgProc(HWND hDlg, UINT Message, WPARAM wParam, LPARAM lPara
HIMAGELIST InitImageList(UINT StartResource, UINT EndResource, UINT Width, UINT Height);
VOID DisplayString(LPWSTR lpMsg);
VOID DisplayError(INT err);
DWORD AnsiToUnicode(LPCSTR lpSrcStr, LPWSTR *lpDstStr);
#endif /* __WINETESTGUI_PRECOMP_H */