modified dll/win32/kernel32/kernel32.rbuild
[reactos.git] / reactos / 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