Fix build.
[reactos.git] / base / applications / msconfig / toolspage.h
1 extern HWND hToolsPage;
2 extern HWND hToolsListCtrl;
3
4 INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
5