mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
8 lines
193 B
C
8 lines
193 B
C
#ifndef _SYSTEMPAGE_H_
|
|
#define _SYSTEMPAGE_H_
|
|
|
|
extern HWND hSystemPage;
|
|
|
|
INT_PTR CALLBACK SystemPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif /* _SYSTEMPAGE_H_ */
|