* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61760
This commit is contained in:
Amine Khaldi 2014-01-23 11:13:16 +00:00
parent 0739ebd3f9
commit 93a84eb12d
7 changed files with 15 additions and 8 deletions

View file

@ -26,8 +26,11 @@
* UPDATE HISTORY:
* 04-04-2004 Created
*/
#include "precomp.h"
#include <winver.h>
#define NDEBUG
#include <debug.h>

View file

@ -24,12 +24,12 @@
* UPDATE HISTORY:
* 04-04-2004 Created
*/
#include "precomp.h"
#define NDEBUG
#include <debug.h>
BOOL
ShowDeviceProblemWizard(IN HWND hWndParent OPTIONAL,
IN HDEVINFO hDevInfo,

View file

@ -24,6 +24,7 @@
* UPDATE HISTORY:
* 04-04-2004 Created
*/
#include "precomp.h"
#define NDEBUG

View file

@ -6,8 +6,8 @@
* UPDATE HISTORY:
* 2005/11/24 Created
*/
#include "precomp.h"
#include "precomp.h"
#define NDEBUG
#include <debug.h>

View file

@ -24,6 +24,7 @@
* UPDATE HISTORY:
* 2005/11/24 Created
*/
#include "precomp.h"
#define NDEBUG
@ -31,7 +32,6 @@
HINSTANCE hDllInstance = NULL;
INT
LengthOfStrResource(IN HINSTANCE hInst,
IN UINT uID)

View file

@ -1,14 +1,18 @@
#ifndef __DEVMGR_H
#define __DEVMGR_H
#include <stdarg.h>
#define WIN32_NO_STATUS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winnls.h>
#include <winuser.h>
#include <wchar.h>
#include <regstr.h>
#include <setupapi.h>
#include <cfgmgr32.h>
#include <newdev.h>
#include <dll/devmgr/devmgr.h>
#include "resource.h"
@ -221,5 +225,3 @@ FindCurrentDriver(IN HDEVINFO DeviceInfoSet,
OUT PSP_DRVINFO_DATA DriverInfoData);
#endif /* __DEVMGR_H */
/* EOF */

View file

@ -15,6 +15,7 @@
* UPDATE HISTORY:
* 04-04-2004 Created
*/
#include <windef.h>
#define NDEBUG