Changeset 51738 in vbox
- Timestamp:
- Jun 26, 2014 12:07:44 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94528
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp
r50238 r51738 729 729 return VINF_SUCCESS; /* Fake success and deal with the unplugged device elsewhere. */ 730 730 } 731 else 732 AssertMsgFailed(("lasterr=%d\n", dwErr)); 731 732 AssertMsgFailed(("lastErr=%ld\n", dwErr)); 733 return RTErrConvertFromWin32(dwErr); 733 734 } 734 735
Note:
See TracChangeset
for help on using the changeset viewer.