mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
18 lines
552 B
C
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 */
|