Changeset 13360
- Timestamp:
- 10/17/08 09:12:28 (3 months ago)
- Files:
-
- trunk/include/VBox/dbg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/dbg.h
r12880 r13360 48 48 */ 49 49 #ifndef VBOX_WITH_DEBUGGER 50 # ifdef DEBUG 50 /** @todo Is this still necessary? */ 51 # if defined(DEBUG) && !defined(VBOX_OSE) 51 52 # define VBOX_WITH_DEBUGGER 52 53 # endif

