[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:
Amine Khaldi 2014-01-06 21:03:41 +00:00
parent d57f8c166e
commit 709cd1a624
4 changed files with 10 additions and 6 deletions

View file

@ -9,6 +9,8 @@
#include "precomp.h"
#include <winnls.h>
HINSTANCE hInstance;
HANDLE ProcessHeap;
HANDLE hMutex;

View file

@ -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;

View file

@ -9,6 +9,8 @@
#include "precomp.h"
#include <windowsx.h>
static BOOL pCreateToolbar(PMAIN_WND_INFO Info);
static const TCHAR szMainWndClass[] = TEXT("DevMgmtWndClass");

View file

@ -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"