mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[DEVMGMT]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. * Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61553
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winnls.h>
|
||||
|
||||
HINSTANCE hInstance;
|
||||
HANDLE ProcessHeap;
|
||||
HANDLE hMutex;
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <cfgmgr32.h>
|
||||
#include <dll/devmgr/devmgr.h>
|
||||
#include <initguid.h>
|
||||
#include <devguid.h>
|
||||
|
||||
static SP_CLASSIMAGELIST_DATA ImageListData;
|
||||
static HDEVINFO hDevInfo;
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <windowsx.h>
|
||||
|
||||
static BOOL pCreateToolbar(PMAIN_WND_INFO Info);
|
||||
|
||||
static const TCHAR szMainWndClass[] = TEXT("DevMgmtWndClass");
|
||||
|
||||
@@ -2,19 +2,14 @@
|
||||
#define __DEVMGMT_PRECOMP_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winnls.h>
|
||||
#include <windowsx.h>
|
||||
#include <tchar.h>
|
||||
#include <setupapi.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <dll/devmgr/devmgr.h>
|
||||
#include <initguid.h>
|
||||
#include <devguid.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user