- Change the root "readme.txt" file to have a CLT2011 text.
[reactos.git] / reactos / 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