Changeset 68671 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/lib
- Timestamp:
- Sep 6, 2017 9:02:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp
r62690 r68671 1081 1081 } 1082 1082 1083 USBLIB_DECL(int) USBLibInterruptWaitChange( )1083 USBLIB_DECL(int) USBLibInterruptWaitChange(void) 1084 1084 { 1085 1085 return usbLibInterruptWaitChange(&g_VBoxUsbGlobal); … … 1157 1157 } 1158 1158 1159 USBLIB_DECL(int) USBLibRunFilters( )1159 USBLIB_DECL(int) USBLibRunFilters(void) 1160 1160 { 1161 1161 DWORD cbReturned = 0;
Note:
See TracChangeset
for help on using the changeset viewer.