mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[SYSDM]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61699
This commit is contained in:
parent
fdc91cf07d
commit
26fd3314b8
7 changed files with 15 additions and 12 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
|
||||
typedef struct _VARIABLE_DATA
|
||||
{
|
||||
DWORD dwType;
|
||||
|
|
|
@ -9,9 +9,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winnls.h>
|
||||
#include <powrprof.h>
|
||||
|
||||
#define ANIM_STEP 2
|
||||
#define ANIM_TIME 50
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
typedef struct _PROFILE
|
||||
|
|
|
@ -1,25 +1,21 @@
|
|||
#ifndef __CPL_PRECOMP_H
|
||||
#define __CPL_PRECOMP_H
|
||||
|
||||
#include <ntstatus.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <ntstatus.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winnls.h>
|
||||
#include <wincon.h>
|
||||
#include <powrprof.h>
|
||||
#include <tchar.h>
|
||||
#include <cpl.h>
|
||||
#include <shellapi.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <regstr.h>
|
||||
#include <setupapi.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <shlwapi.h>
|
||||
#include <setupapi.h>
|
||||
|
||||
typedef struct _STARTINFO
|
||||
{
|
||||
WCHAR szFreeldrIni[MAX_PATH + 15];
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <cpl.h>
|
||||
#include <regstr.h>
|
||||
|
||||
LONG CALLBACK SystemApplet(VOID);
|
||||
HINSTANCE hApplet = 0;
|
||||
HWND hCPLWindow;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
|
||||
static VOID
|
||||
SetListViewColumns(HWND hwndListView)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue