add BusTypeUsb to ntddstor.h

Aric Stewart aric at codeweavers.com
Wed Aug 11 13:47:30 CDT 2004


adds 2 more bus types to ntddstor.h as part of working toward getting 
usb devices (specifically the ipod) working in wine

-------------- next part --------------
Index: include/ntddstor.h
===================================================================
RCS file: /home/wine/wine/include/ntddstor.h,v
retrieving revision 1.3
diff -u -w -r1.3 ntddstor.h
--- include/ntddstor.h	31 May 2002 23:06:48 -0000	1.3
+++ include/ntddstor.h	11 Aug 2004 18:46:21 -0000
@@ -206,6 +206,8 @@
     BusType1394,
     BusTypeSsa,
     BusTypeFibre,
+    BusTypeUsb,
+    BusTypeRAID,
     BusTypeMaxReserved = 0x7F
 } STORAGE_BUS_TYPE, *PSTORAGE_BUS_TYPE;
 


More information about the wine-patches mailing list