VirtualBox

Changeset 29267 in vbox for trunk/src


Ignore:
Timestamp:
May 9, 2010 9:21:36 PM (15 years ago)
Author:
vboxsync
Message:

iprt: consistend RT_NO_GIP usage.

Location:
trunk/src/VBox/Runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp

    r28800 r29267  
    2828*   Header Files                                                               *
    2929*******************************************************************************/
    30 #include <VBox/sup.h>
     30#ifndef RT_NO_GIP
     31# include <VBox/sup.h>
     32#endif
    3133#include <iprt/asm.h>
    3234#include <iprt/assert.h>
     
    4850PFNRT g_VBoxRTDeps[] =
    4951{
     52#ifndef RT_NO_GIP
    5053    (PFNRT)SUPR3Init,
    5154    (PFNRT)SUPR3PageAllocEx,
    5255    (PFNRT)SUPSemEventCreate,
     56#endif
    5357    (PFNRT)xmlModuleOpen,
    5458    (PFNRT)MD5_Init,
  • trunk/src/VBox/Runtime/common/time/timesup.cpp

    r29250 r29267  
    3636#include <iprt/err.h>
    3737#include <iprt/log.h>
    38 #ifndef IN_GUEST
     38#if !defined(IN_GUEST) && !defined(RT_NO_GIP)
    3939# include <iprt/asm.h>
    4040# include <iprt/asm-amd64-x86.h>
  • trunk/src/VBox/Runtime/common/time/timesupref.cpp

    r29250 r29267  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2525 */
    2626
    27 #ifndef IN_GUEST
     27#if !defined(IN_GUEST) && !defined(RT_NO_GIP)
    2828
    2929/*******************************************************************************
     
    8282
    8383
    84 #endif /* !IN_GUEST */
     84#endif /* !IN_GUEST && !RT_NO_GIP */
    8585
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