mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[PSDK]
- 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:
parent
6e3fa77024
commit
c7cf9aa8b0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef PVOID PMDL;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define USBDI_VERSION 0x00000600
|
||||
#define USBDI_VERSION 0x00000500
|
||||
|
||||
#include "usb200.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue