VirtualBox

Changeset 40274 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp


Ignore:
Timestamp:
Feb 28, 2012 1:17:35 PM (13 years ago)
Author:
vboxsync
Message:

Introduced VBOX_WITH_REM in Config.kmk and the VMM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r39402 r40274  
    9292#include <VBox/vmm/csam.h>
    9393#include <VBox/vmm/patm.h>
    94 #include <VBox/vmm/rem.h>
     94#ifdef VBOX_WITH_REM
     95# include <VBox/vmm/rem.h>
     96#endif
    9597#include <VBox/vmm/ssm.h>
    9698#include <VBox/vmm/tm.h>
     
    21282130        }
    21292131
     2132#ifdef VBOX_WITH_REM
    21302133        /*
    21312134         * Flush REM handler notifications.
     
    21372140            break;
    21382141        }
     2142#endif
    21392143
    21402144        /*
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