VirtualBox

Changeset 33578 in vbox


Ignore:
Timestamp:
Oct 28, 2010 5:39:46 PM (14 years ago)
Author:
vboxsync
Message:

solaris burn fix

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r33572 r33578  
    42394239    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIBASE, &pThis->IBase);
    42404240    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIDISPLAYPORT, &pThis->IPort);
    4241 #if defined(VBOX_WITH_HGSMI) && defined(VBOX_WITH_VIDEOHWACCEL)
     4241#if defined(VBOX_WITH_HGSMI) && (defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_WITH_CRHGSMI))
    42424242    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIDISPLAYVBVACALLBACKS, &pThis->IVBVACallbacks);
    42434243#endif
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r33263 r33578  
    321321    /** LUN\#0: The display port interface. */
    322322    PDMIDISPLAYPORT             IPort;
    323 #if defined(VBOX_WITH_HGSMI) && defined(VBOX_WITH_VIDEOHWACCEL)
     323#if defined(VBOX_WITH_HGSMI) && (defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_WITH_CRHGSMI))
    324324    /** LUN\#0: VBVA callbacks interface */
    325325    PDMIDISPLAYVBVACALLBACKS    IVBVACallbacks;
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