Changeset 38292 in vbox
- Timestamp:
- Aug 3, 2011 9:28:22 AM (13 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk
r38289 r38292 86 86 $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \ 87 87 $(usbd_1_TARGET) 88 VBoxUSBMon_DEFS += LOG_ENABLED88 #VBoxUSBMon_DEFS += LOG_ENABLED 89 89 90 90 # -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp
r38289 r38292 1276 1276 NTSTATUS _stdcall DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath) 1277 1277 { 1278 //#ifdef DEBUG_misha1278 #ifdef DEBUG_misha 1279 1279 RTLogGroupSettings(0, "+default.e.l.f.l2.l3"); 1280 1280 RTLogDestinations(0, "debugger"); 1281 //#endif1281 #endif 1282 1282 1283 1283 LOG(("VBoxUSBMon::DriverEntry\n"));
Note:
See TracChangeset
for help on using the changeset viewer.