- Timestamp:
- Feb 24, 2010 1:48:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r25939 r26746 36 36 // macros for automatic lock validation; these will amount to nothing 37 37 // unless lock validation is enabled for the runtime 38 #if defined(RT_LOCK_STRICT) && defined (DEBUG)39 # define VBOX_WITH_MAIN_LOCK_VALIDATION38 #if defined(RT_LOCK_STRICT) 39 # define VBOX_WITH_MAIN_LOCK_VALIDATION 40 40 # define COMMA_LOCKVAL_SRC_POS , RT_SRC_POS 41 41 # define LOCKVAL_SRC_POS_DECL RT_SRC_POS_DECL
Note:
See TracChangeset
for help on using the changeset viewer.