Changeset 43883 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 15, 2012 4:00:02 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r43881 r43883 256 256 * @param pvUser2 NULL, ignored. 257 257 */ 258 static DECLCALLBACK(int32_t) usbProxyDarwinInitOnce(void *pvUser1 , void *pvUser2)258 static DECLCALLBACK(int32_t) usbProxyDarwinInitOnce(void *pvUser1) 259 259 { 260 260 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.