destroy window handles when program terminates
[reactos.git] / reactos / subsys / system / 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