VirtualBox

Changeset 80309 in vbox for trunk/include


Ignore:
Timestamp:
Aug 15, 2019 7:53:56 PM (5 years ago)
Author:
vboxsync
Message:

vm.h,gvm.h: Only allow including these when VMM_COMMON_DEFS is in use. VBOX_BUGREF_9217 must be set globally since it influences VBox/types.h. Oh well, it just temporary. bugref:9217

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/gvm.h

    r80281 r80309  
    3131#endif
    3232
     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
    3336#include <VBox/types.h>
    3437#ifdef VBOX_BUGREF_9217
  • trunk/include/VBox/vmm/vm.h

    r80281 r80309  
    3131
    3232#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
    3336# include <iprt/param.h>
    3437# include <VBox/param.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette