added proper headers

svn path=/trunk/; revision=21527
This commit is contained in:
Christoph von Wittich 2006-04-09 12:15:43 +00:00
parent 2fa447fa3e
commit f848ea7382
7 changed files with 61 additions and 0 deletions

View file

@ -1,3 +1,12 @@
/*
* PROJECT: ReactOS Applications
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/freeldrpage.c
* PURPOSE: Freeloader configuration page message handler
* COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
*
*/
#include <precomp.h>
HWND hFreeLdrPage;

View file

@ -1,3 +1,12 @@
/*
* PROJECT: ReactOS Applications
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/generalpage.c
* PURPOSE: General page message handler
* COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
*
*/
#include <precomp.h>
HWND hGeneralPage;

View file

@ -1,3 +1,11 @@
/*
* PROJECT: ReactOS Applications
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/msconfig.c
* PURPOSE: msconfig main dialog
* COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
*
*/
#include <precomp.h>
HINSTANCE hInst = 0;

View file

@ -1,3 +1,12 @@
/*
* PROJECT: ReactOS Applications
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/srvpage.c
* PURPOSE: Services page message handler
* COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
*
*/
#include <precomp.h>
HWND hServicesPage;

View file

@ -1,3 +1,12 @@
/*
* PROJECT: ReactOS Applications
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/startuppage.c
* PURPOSE: Startup page message handler
* COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
*
*/
#include <precomp.h>
HWND hStartupPage;

View file

@ -1,3 +1,11 @@
/*
* PROJECT: ReactOS Applications
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/systempage.c
* PURPOSE: System page message handler
* COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
*
*/
#include <precomp.h>
HWND hSystemPage;

View file

@ -1,3 +1,12 @@
/*
* PROJECT: ReactOS Applications
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/toolspage.c
* PURPOSE: Tools page message handler
* COPYRIGHT: Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
*
*/
#include <precomp.h>
HWND hToolsPage;