[NTOS]: Start using colored pages. This will help performance on real systems signifi...
[reactos.git] / base / applications / msconfig / freeldrpage.h
1 #ifndef _FREELDRPAGE_H_
2 #define _FREELDRPAGE_H_
3
4 extern HWND hFreeLdrPage;
5
6 INT_PTR CALLBACK FreeLdrPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
7
8 #endif