[NTOS]: Start using colored pages. This will help performance on real systems signifi...
[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