Changeset 51775 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 1, 2014 6:35:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp
r51770 r51775 61 61 case DLL_THREAD_ATTACH: 62 62 { 63 #ifndef VBOX_WITHOUT_DEBUGGER_CHECKS 63 #ifdef VBOX_WITH_HARDENING 64 # ifndef VBOX_WITHOUT_DEBUGGER_CHECKS 64 65 /* 65 66 * Anti debugging hack that prevents most debug notifications from … … 72 73 return FALSE; 73 74 } 75 # endif 74 76 #endif 75 77 break;
Note:
See TracChangeset
for help on using the changeset viewer.