Changeset 94344 in vbox
- Timestamp:
- Mar 23, 2022 8:12:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp
r93115 r94344 112 112 * @returns VBox status code. 113 113 */ 114 static DECLCALLBACK(int) usbProxyWinOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress, void *pvBackend) 115 { 116 RT_NOREF(pvBackend); 114 static DECLCALLBACK(int) usbProxyWinOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress) 115 { 117 116 PPRIV_USBW32 pPriv = USBPROXYDEV_2_DATA(pProxyDev, PPRIV_USBW32); 118 117
Note:
See TracChangeset
for help on using the changeset viewer.