- Define USBDI_VERSION to 0x500 instead 0x600 because we support none of the Vista APIs so USBD will report the correct version

svn path=/branches/usb-bringup-trunk/; revision=55420
This commit is contained in:
Cameron Gutman 2012-02-04 21:50:44 +00:00
parent 6e3fa77024
commit c7cf9aa8b0

View file

@ -40,7 +40,7 @@ typedef PVOID PMDL;
#endif
#endif
#define USBDI_VERSION 0x00000600
#define USBDI_VERSION 0x00000500
#include "usb200.h"