Changeset 13411 in vbox for trunk/include
- Timestamp:
- Oct 20, 2008 10:19:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbg.h
r13360 r13411 44 44 45 45 /** @def VBOX_WITH_DEBUGGER 46 * The build is with debugger module. Test if this is defined before 47 * registering external debugger commands. 48 */ 49 #ifndef VBOX_WITH_DEBUGGER 50 /** @todo Is this still necessary? */ 51 # if defined(DEBUG) && !defined(VBOX_OSE) 52 # define VBOX_WITH_DEBUGGER 53 # endif 54 #endif 46 * The build is with debugger module. Test if this is defined before registering 47 * external debugger commands. This is normally defined in Config.kmk. 48 */ 55 49 #ifdef DOXYGEN_RUNNING 56 50 # define VBOX_WITH_DEBUGGER
Note:
See TracChangeset
for help on using the changeset viewer.