[SNDVOL32] Add the small line dialog
[reactos.git] / base / applications / msconfig / systempage.h
1 #ifndef _SYSTEMPAGE_H_
2 #define _SYSTEMPAGE_H_
3
4 extern HWND hSystemPage;
5
6 INT_PTR CALLBACK SystemPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
7
8 #endif /* _SYSTEMPAGE_H_ */