mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USETUP]
* Remove one time inclusions from the main header and put them back where they belong. * Improve the GUIDs situation. * Improve the main header. CORE-7716 svn path=/trunk/; revision=61609
This commit is contained in:
parent
e051951169
commit
fa4ca7002c
5 changed files with 14 additions and 15 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "usetup.h"
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#define INITGUID
|
||||
#include <guiddef.h>
|
||||
#include <libs/umpnpmgr/sysguid.h>
|
||||
|
||||
BOOLEAN
|
||||
ResetDevice(
|
||||
IN LPCWSTR DeviceId)
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
|
||||
#include <usetup.h>
|
||||
|
||||
#include "bootsup.h"
|
||||
#include "chkdsk.h"
|
||||
#include "format.h"
|
||||
#include "drivesup.h"
|
||||
#include "settings.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
#include "usetup.h"
|
||||
|
||||
#include <ntddscsi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/mmtypes.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
|
@ -51,9 +50,6 @@
|
|||
#include <fslib/ext2lib.h>
|
||||
#include <fslib/vfatlib.h>
|
||||
|
||||
/* DDK Disk Headers */
|
||||
#include <ntddscsi.h>
|
||||
|
||||
/* Internal Headers */
|
||||
#include "interface/consup.h"
|
||||
#include "partlist.h"
|
||||
|
@ -64,26 +60,15 @@
|
|||
#include "infros.h"
|
||||
#include "filequeue.h"
|
||||
#endif
|
||||
#include "bootsup.h"
|
||||
#include "registry.h"
|
||||
#include "fslist.h"
|
||||
#include "chkdsk.h"
|
||||
#include "format.h"
|
||||
#include "cabinet.h"
|
||||
#include "filesup.h"
|
||||
#include "drivesup.h"
|
||||
#include "genlist.h"
|
||||
#include "settings.h"
|
||||
#include "host.h"
|
||||
#include "mui.h"
|
||||
#include "errorcode.h"
|
||||
|
||||
#define INITGUID
|
||||
#include <guiddef.h>
|
||||
#include <libs/umpnpmgr/sysguid.h>
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
extern HANDLE ProcessHeap;
|
||||
extern UNICODE_STRING SourceRootPath;
|
||||
extern UNICODE_STRING SourceRootDir;
|
||||
|
|
Loading…
Reference in a new issue