- Timestamp:
- Apr 30, 2008 3:03:22 PM (17 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r8486 r8511 50 50 if1of ($(BUILD_TARGET), darwin) # this is only temporary, all targets will use this soon. 51 51 VBOX_MAIN_DEFS += NEW_HOSTUSBDEVICE_STATE 52 endif 53 ifneq ($(VBOX_VERSION_MAJOR)$(VBOX_VERSION_MINOR)$(VBOX_VERSION_BUILD),160) 54 VBOX_MAIN_DEFS += VBOX_MAIN_AUTOLOCK_TRAP 52 55 endif 53 56 ## @todo later when RTSemRWIsWriteOwner and RTSemRWGetWriteRecursion are done -
trunk/src/VBox/Main/include/AutoLock.h
r8508 r8511 22 22 #ifndef ____H_AUTOLOCK 23 23 #define ____H_AUTOLOCK 24 25 /// @todo temporary26 #define VBOX_MAIN_AUTOLOCK_TRAP27 24 28 25 #include <iprt/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.