mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
9 lines
196 B
C
9 lines
196 B
C
#ifndef _TOOLSPAGE_H_
|
|
#define _TOOLSPAGE_H_
|
|
|
|
extern HWND hToolsPage;
|
|
extern HWND hToolsListCtrl;
|
|
|
|
INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif
|