VirtualBox

Ignore:
Timestamp:
Mar 4, 2014 11:15:29 AM (11 years ago)
Author:
vboxsync
Message:

Devices: fixes for VBOX_WITH_HGCM undefined (thanks Genode Labs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r49426 r50674  
    15141514}
    15151515
    1516 #endif /* VBOX_WITH_HGCM */
    1517 
    15181516/**
    15191517 * Handles VMMDevReq_HGCMCancel.
     
    15611559    return vmmdevHGCMCancel2(pThis, pReq->physReqToCancel);
    15621560}
     1561
     1562#endif /* VBOX_WITH_HGCM */
    15631563
    15641564
     
    24052405            *pfDelayedUnlock = true;
    24062406            break;
    2407 #endif /* VBOX_WITH_HGCM */
    24082407
    24092408        case VMMDevReq_HGCMCancel:
     
    24152414            pReqHdr->rc = vmmdevReqHandler_HGCMCancel2(pThis, pReqHdr);
    24162415            break;
     2416#endif /* VBOX_WITH_HGCM */
    24172417
    24182418        case VMMDevReq_VideoAccelEnable:
     
    35963596    pThis->u32LastStatIntervalSize = 0;
    35973597
     3598#ifdef VBOX_WITH_HGCM
    35983599    /* Clear the "HGCM event enabled" flag so the event can be automatically reenabled.  */
    35993600    pThis->u32HGCMEnabled = 0;
     3601#endif
    36003602
    36013603    /*
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