[CLASS2]
[reactos.git] / base / applications / msconfig_new / freeldrpage.h
1 /*
2 * PROJECT: ReactOS Applications
3 * LICENSE: LGPL - See COPYING in the top level directory
4 * FILE: base/applications/msconfig_new/freeldrpage.h
5 * PURPOSE: Freeloader configuration page message handler
6 * COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
7 * 2011 Gregor Schneider <Gregor.Schneider@reactos.org>
8 * Copyright 2011-2012 Hermes BELUSCA - MAITO <hermes.belusca@sfr.fr>
9 */
10
11 #ifndef _FREELDRPAGE_H_
12 #define _FREELDRPAGE_H_
13
14 extern LPCWSTR lpszFreeLdrIni;
15 extern LPCWSTR lpszBootIni;
16
17 INT_PTR CALLBACK FreeLdrPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
18
19 #endif /* _FREELDRPAGE_H_ */