mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
17 lines
552 B
C
17 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 <Christoph@ApiViewer.de>
|
|
* Copyright 2011-2012 Hermes BELUSCA - MAITO <hermes.belusca@sfr.fr>
|
|
*/
|
|
|
|
#ifndef __TOOLSPAGE_H__
|
|
#define __TOOLSPAGE_H__
|
|
|
|
INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif // __TOOLSPAGE_H__
|
|
|
|
/* EOF */
|