[NTOS]: Start using colored pages. This will help performance on real systems signifi...
[reactos.git] / reactos / 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