mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
Add all modules within a test to the treeview
svn path=/trunk/; revision=34024
This commit is contained in:
parent
febcfe8913
commit
671448e212
3 changed files with 66 additions and 13 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue