Files
reactos/base/applications/msconfig_new/toolspage.h
T

18 lines
552 B
C

/*
* 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 <[email protected]>
* Copyright 2011-2012 Hermes BELUSCA - MAITO <[email protected]>
*/
#ifndef __TOOLSPAGE_H__
#define __TOOLSPAGE_H__
INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
#endif // __TOOLSPAGE_H__
/* EOF */