Changeset 99802 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- May 16, 2023 12:05:16 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157425
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp
r98103 r99802 922 922 923 923 PUSB_STRING_DESCRIPTOR pLangStrDr = &(*ppList)->StrDr; 924 USHORT *pIdLang = pLangStrDr->bString;924 USHORT *pIdLang = (USHORT *)pLangStrDr->bString; 925 925 ULONG cIdLang = (pLangStrDr->bLength - RT_OFFSETOF(USB_STRING_DESCRIPTOR, bString)) / sizeof (*pIdLang); 926 926
Note:
See TracChangeset
for help on using the changeset viewer.