mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user