[INCLUDE]: ntddrdsk.h: align defs on multiple of 4-space tab.

This commit is contained in:
Hermès Bélusca-Maïto 2017-10-06 01:06:32 +02:00
parent aff6757284
commit fce8e1b595

View file

@ -34,6 +34,7 @@ DEFINE_GUID(GUID_BUS_TYPE_RAMDISK, 0x9d6d66a6, 0x0b0c, 0x4563, 0x90, 0x77, 0xa0,
// with the Ascii representation of the unit number. // with the Ascii representation of the unit number.
// //
#define DD_RAMDISK_DEVICE_NAME "\\Device\\Ramdisk" #define DD_RAMDISK_DEVICE_NAME "\\Device\\Ramdisk"
#define DD_RAMDISK_DEVICE_NAME_U L"\\Device\\Ramdisk"
// //
// IoControlCode values for ramdisk devices. // IoControlCode values for ramdisk devices.
@ -45,8 +46,8 @@ DEFINE_GUID(GUID_BUS_TYPE_RAMDISK, 0x9d6d66a6, 0x0b0c, 0x4563, 0x90, 0x77, 0xa0,
// Disk Types // Disk Types
// //
#define RAMDISK_REGISTRY_DISK 1 // Loaded from the registry #define RAMDISK_REGISTRY_DISK 1 // Loaded from the registry
#define RAMDISK_MEMORY_MAPPED_DISK 2 // Loaded from the registry #define RAMDISK_MEMORY_MAPPED_DISK 2 // Loaded from a file and mapped in memory
#define RAMDISK_BOOT_DISK 3 // Used as a boot device #define RAMDISK_BOOT_DISK 3 // Used as a boot device "ramdisk(0)"
#define RAMDISK_WIM_DISK 4 // Used as an installation device #define RAMDISK_WIM_DISK 4 // Used as an installation device
// //