mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
added proper headers
svn path=/trunk/; revision=21527
This commit is contained in:
parent
2fa447fa3e
commit
f848ea7382
7 changed files with 61 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue