mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
8 lines
172 B
C
8 lines
172 B
C
#ifndef _SYSTEMPAGE_H_
|
|
#define _SYSTEMPAGE_H_
|
|
|
|
extern HWND hSystemPage;
|
|
|
|
INT_PTR CALLBACK SystemPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif
|