mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[DEVMGR]
* 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:
parent
0739ebd3f9
commit
93a84eb12d
7 changed files with 15 additions and 8 deletions
|
@ -26,8 +26,11 @@
|
|||
* UPDATE HISTORY:
|
||||
* 04-04-2004 Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winver.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
* UPDATE HISTORY:
|
||||
* 04-04-2004 Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 2005/11/24 Created
|
||||
*/
|
||||
#include "precomp.h"
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
* UPDATE HISTORY:
|
||||
* 04-04-2004 Created
|
||||
*/
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Reference in a new issue