VirtualBox

Changeset 6204 in vbox


Ignore:
Timestamp:
Dec 28, 2007 3:11:55 PM (17 years ago)
Author:
vboxsync
Message:

for now, the VHD backend is not OSE (yet)

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r6173 r6204  
    7070        Storage/VDICore.cpp \
    7171        Storage/VmdkHDDCore.cpp \
    72         Storage/VHDHDDCore.cpp \
    7372        VBoxDDUDeps.cpp
     73ifndef VBOX_OSE
     74VBoxDDU_SOURCES         += \
     75        Storage/VHDHDDCore.cpp
     76endif
    7477ifdef VBOX_WITH_USB
    7578 VBoxDDU_SOURCES.win     = \
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r6203 r6204  
    118118
    119119extern VBOXHDDBACKEND g_VmdkBackend;
     120#ifndef VBOX_OSE
    120121extern VBOXHDDBACKEND g_VhdBackend;
     122#endif
    121123
    122124static const VBOXHDDBACKENDENTRY aBackends[] =
    123125{
    124126    { "VMDK", &g_VmdkBackend },
     127#ifndef VBOX_OSE
    125128    { "VHD",  &g_VhdBackend},
     129#endif
    126130    { NULL, NULL }
    127131};
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