From 53cbc6c4a33214bce75e0381bb477d66f3840d5f Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Mon, 24 Aug 2009 17:38:50 +0000 Subject: [PATCH] - Missed these in 42915 svn path=/trunk/; revision=42917 --- reactos/drivers/filesystems/fastfat_new/fatstruc.h | 2 +- reactos/drivers/usb/usbhub/usbhub.h | 2 +- reactos/drivers/usb/usbstor/usbstor.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/drivers/filesystems/fastfat_new/fatstruc.h b/reactos/drivers/filesystems/fastfat_new/fatstruc.h index 260d7f72fa8..ca0a4d3beaa 100644 --- a/reactos/drivers/filesystems/fastfat_new/fatstruc.h +++ b/reactos/drivers/filesystems/fastfat_new/fatstruc.h @@ -116,7 +116,7 @@ typedef struct _FAT_METHODS { PFAT_SETFAT_VALUE_RUN_ROUTINE SetValueRun; } FAT_METHODS, *PFAT_METHODS; -#define FAT_NTC_VCB (USHORT) TAG('F', 'V', 0, 0) +#define FAT_NTC_VCB (USHORT) '00VF' /* Volume Control Block */ typedef struct _VCB diff --git a/reactos/drivers/usb/usbhub/usbhub.h b/reactos/drivers/usb/usbhub/usbhub.h index b63125a842d..0bfb63ad14f 100644 --- a/reactos/drivers/usb/usbhub/usbhub.h +++ b/reactos/drivers/usb/usbhub/usbhub.h @@ -6,7 +6,7 @@ #include "../miniport/usb_wrapper.h" #include "../usbport/hub.h" -#define USB_HUB_TAG TAG('u','s','b','h') +#define USB_HUB_TAG 'hbsu' typedef struct _HUB_DEVICE_EXTENSION { diff --git a/reactos/drivers/usb/usbstor/usbstor.h b/reactos/drivers/usb/usbstor/usbstor.h index 565c145694b..9793db758b9 100644 --- a/reactos/drivers/usb/usbstor/usbstor.h +++ b/reactos/drivers/usb/usbstor/usbstor.h @@ -4,7 +4,7 @@ #include #include -#define USB_STOR_TAG TAG('u','s','b','s') +#define USB_STOR_TAG 'sbsu' #define USB_MAXCHILDREN (16) NTSTATUS NTAPI