Changeset 80309 in vbox for trunk/include
- Timestamp:
- Aug 15, 2019 7:53:56 PM (5 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gvm.h
r80281 r80309 31 31 #endif 32 32 33 #ifndef USING_VMM_COMMON_DEFS 34 # error "Compile job does not include VMM_COMMON_DEFS from src/VBox/Config.kmk - make sure you really need to include this file!" 35 #endif 33 36 #include <VBox/types.h> 34 37 #ifdef VBOX_BUGREF_9217 -
trunk/include/VBox/vmm/vm.h
r80281 r80309 31 31 32 32 #ifndef VBOX_FOR_DTRACE_LIB 33 # ifndef USING_VMM_COMMON_DEFS 34 # error "Compile job does not include VMM_COMMON_DEFS from src/VBox/Config.kmk - make sure you really need to include this file!" 35 # endif 33 36 # include <iprt/param.h> 34 37 # include <VBox/param.h>
Note:
See TracChangeset
for help on using the changeset viewer.