* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716
svn path=/trunk/; revision=61945
#ifdef ALLOC_DATA_PRAGMA
#pragma data_seg()
#endif
-
// Now instantiate the GUIDs
//
-#include "initguid.h"
-#include "ntddstor.h"
-#include "ioevent.h"
+#include <initguid.h>
+#include <ioevent.h>
NTSTATUS
NTAPI
Revision History:
--*/
+
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#define NTDDI_VERSION NTDDI_WINXP
-#include "ntddk.h"
-#include "scsi.h"
+#include <ntddk.h>
#include <wmidata.h>
-#include "classpnp.h"
+#include <classpnp.h>
+
#if defined(JAPAN) && defined(_X86_)
-#include "machine.h"
+#include <machine.h>
#endif
-#include <wmistr.h>
-
#if defined(_X86_)
-#include "mountdev.h"
+#include <mountdev.h>
#endif
#ifdef ExAllocatePool
#define DiskHashGuid(Guid) (((PULONG) &Guid)[0] ^ ((PULONG) &Guid)[0] ^ ((PULONG) &Guid)[0] ^ ((PULONG) &Guid)[0])
-
#include "disk.h"
+#include <wmistr.h>
+
NTSTATUS
NTAPI
DiskSendFailurePredictIoctl(
KeSetEvent(&(diskData->PartitioningEvent), IO_NO_INCREMENT, FALSE);
return;
}
-
--*/
-
#include "disk.h"
-#include "ntddstor.h"
#if defined (_X86_)