Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira...
[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