Rename CSR_CONNECTION_INFO and CONSOLE_CONNECTION_INFO to the same way as BASESRV_API...
[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