mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
9 lines
216 B
C
9 lines
216 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 /* _TOOLSPAGE_H_ */
|