- Timestamp:
- Aug 2, 2011 6:19:00 PM (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
r38282 r38284 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
r38282 r38284 1247 1247 NTSTATUS _stdcall DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath) 1248 1248 { 1249 //#ifdef DEBUG_misha1249 #ifdef DEBUG_misha 1250 1250 RTLogGroupSettings(0, "+default.e.l.f.l2.l3"); 1251 1251 RTLogDestinations(0, "debugger"); 1252 //#endif1252 #endif 1253 1253 1254 1254 LOG(("VBoxUSBMon::DriverEntry\n"));
Note:
See TracChangeset
for help on using the changeset viewer.