/* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory * FILE: base/applications/msconfig_new/toolspage.h * PURPOSE: Tools page message handler * COPYRIGHT: Copyright 2005-2006 Christoph von Wittich * Copyright 2011-2012 Hermes BELUSCA - MAITO */ #ifndef __TOOLSPAGE_H__ #define __TOOLSPAGE_H__ INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam); #endif // __TOOLSPAGE_H__ /* EOF */