Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / applications / msconfig / toolspage.h
1 #ifndef _TOOLSPAGE_H_
2 #define _TOOLSPAGE_H_
3
4 extern HWND hToolsPage;
5 extern HWND hToolsListCtrl;
6
7 INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
8
9 #endif /* _TOOLSPAGE_H_ */