VirtualBox

Changeset 4830 in vbox


Ignore:
Timestamp:
Sep 15, 2007 11:05:20 PM (17 years ago)
Author:
vboxsync
Message:

not os/2.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r4829 r4830  
    168168# build enhanced version of rdesktop
    169169VBOX_WITH_VRDP_RDESKTOP = 1
    170 ifeq ($(filter-out darwin.x86 darwin.amd64 win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)
    171 # build the support driver & library without IDT patching.
    172 ## @todo invert this!
    173 VBOX_WITHOUT_IDT_PATCHING = 1
    174 else
     170ifeq ($(filter darwin.x86 darwin.amd64 os2.x86 win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)
    175171# build the support driver & library with IDT patching.
    176172VBOX_WITH_IDT_PATCHING = 1
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r4829 r4830  
    552552SUPR3DECL(int) SUPCallVMMR0(PVMR0 pVMR0, unsigned uOperation, void *pvArg)
    553553{
    554 #if defined(VBOX_WITH_IDT_PATCHING) && !defined(RT_OS_OS2)
     554#if defined(VBOX_WITH_IDT_PATCHING)
    555555    return g_pfnCallVMMR0(pVMR0, uOperation, pvArg);
    556556
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