- Missed these in 42915
authorStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 24 Aug 2009 17:38:50 +0000 (17:38 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 24 Aug 2009 17:38:50 +0000 (17:38 +0000)
svn path=/trunk/; revision=42917

reactos/drivers/filesystems/fastfat_new/fatstruc.h
reactos/drivers/usb/usbhub/usbhub.h
reactos/drivers/usb/usbstor/usbstor.h

index 260d7f7..ca0a4d3 100644 (file)
@@ -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
index b63125a..0bfb63a 100644 (file)
@@ -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
 {
index 565c145..9793db7 100644 (file)
@@ -4,7 +4,7 @@
 #include <initguid.h>
 #include <debug.h>
 
-#define USB_STOR_TAG TAG('u','s','b','s')
+#define USB_STOR_TAG 'sbsu'
 #define USB_MAXCHILDREN              (16)
 
 NTSTATUS NTAPI