VirtualBox

Changeset 1728 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Mar 27, 2007 12:09:49 PM (18 years ago)
Author:
vboxsync
Message:

Added missing IN_GUEST to a couple of templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r1710 r1728  
    4040#include <iprt/string.h>
    4141#include <iprt/param.h>
    42 #if !defined(IN_GUEST) && !defined(IN_GUEST_R3)
     42#ifndef IN_GUEST
    4343# include <iprt/file.h>
    4444# include <VBox/sup.h>
     
    101101    /* no entry log flow, because prefixes and thread may freak out. */
    102102
    103 #if !defined(IN_GUEST) && !defined(IN_GUEST_R3)
     103#ifndef IN_GUEST
    104104# ifdef VBOX
    105105    /*
     
    117117    }
    118118# endif  /* VBOX */
    119 #endif /* !IN_GUEST and !IN_GUEST_R3 */
     119#endif /* !IN_GUEST */
    120120
    121121    /*
     
    131131    }
    132132
    133 #if !defined(IN_GUEST) && !defined(IN_GUEST_R3)
     133#ifndef IN_GUEST
    134134    if (fInitSUPLib)
    135135    {
     
    148148    g_u64ProgramStartMilliTS = RTTimeMilliTS();
    149149
    150 #if !defined(IN_GUEST) && !defined(IN_GUEST_R3)
     150#ifndef IN_GUEST
    151151    /*
    152152     * The threading is initialized we can safely sleep a bit if GIP
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