- Timestamp:
- May 25, 2013 1:59:56 PM (12 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win/Install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp
r44528 r46264 52 52 static DECLCALLBACK(void) vboxUsbPanic(void * pvPanic) 53 53 { 54 #ifndef DEBUG_bird 54 55 AssertFailed(); 56 #endif 55 57 } 56 58 -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBUninstall.cpp
r44528 r46264 54 54 static DECLCALLBACK(void) vboxUsbPanic(void * pvPanic) 55 55 { 56 #ifndef DEBUG_bird 56 57 AssertFailed(); 58 #endif 57 59 } 58 60
Note:
See TracChangeset
for help on using the changeset viewer.