VirtualBox

Changeset 13812 in vbox


Ignore:
Timestamp:
Nov 4, 2008 9:48:55 PM (16 years ago)
Author:
vboxsync
Message:

legacy

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r13806 r13812  
    10381038endif
    10391039## @todo eliminate these guys.
    1040 ifdef VBOX_WITH_INTERNAL_NETWORKING
    1041  DEFS += VBOX_WITH_INTERNAL_NETWORKING
    1042 endif
    10431040ifdef VBOX_WITH_NEW_RECOMPILER
    10441041 DEFS += VBOX_WITH_NEW_RECOMPILER
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r13714 r13812  
    6666*   Global Variables                                                           *
    6767*******************************************************************************/
    68 #ifdef VBOX_WITH_INTERNAL_NETWORKING
    6968/** Pointer to the internal networking service instance. */
    7069PINTNET g_pIntNet = 0;
    71 #endif
    7270
    7371
     
    9593            if (RT_SUCCESS(rc))
    9694            {
    97 #ifdef VBOX_WITH_INTERNAL_NETWORKING
    9895                LogFlow(("ModuleInit: g_pIntNet=%p\n", g_pIntNet));
    9996                g_pIntNet = NULL;
     
    107104                g_pIntNet = NULL;
    108105                LogFlow(("ModuleTerm: returns %Vrc\n", rc));
    109 #else
    110                 LogFlow(("ModuleInit: returns success.\n"));
    111                 return VINF_SUCCESS;
    112 #endif
    113106            }
    114107        }
     
    128121    LogFlow(("ModuleTerm:\n"));
    129122
    130 #ifdef VBOX_WITH_INTERNAL_NETWORKING
    131123    /*
    132124     * Destroy the internal networking instance.
     
    137129        g_pIntNet = NULL;
    138130    }
    139 #endif
    140131
    141132    /* Global HWACCM cleanup */
     
    898889
    899890
    900 #ifdef VBOX_WITH_INTERNAL_NETWORKING
    901891        /*
    902892         * Requests to the internal networking service.
     
    960950                return VERR_NOT_SUPPORTED;
    961951            return INTNETR0IfWaitReq(g_pIntNet, pSession, (PINTNETIFWAITREQ)pReqHdr);
    962 #endif /* VBOX_WITH_INTERNAL_NETWORKING */
    963952
    964953        /*
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