VirtualBox

Changeset 82659 in vbox


Ignore:
Timestamp:
Jan 7, 2020 9:35:50 AM (5 years ago)
Author:
vboxsync
Message:

Devices/DevVGA-SVGA: Compile fixes if VBOX_WITH_VMSVGA3D is not defined.

File:
1 edited

Legend:

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

    r82409 r82659  
    549549                                uint32_t uVersion, uint32_t uPass);
    550550static int vmsvgaR3SaveExecFifo(PCPDMDEVHLPR3 pHlp, PVGASTATECC pThisCC, PSSMHANDLE pSSM);
     551# ifdef VBOX_WITH_VMSVGA3D
    551552static void vmsvgaR3GmrFree(PVGASTATECC pThisCC, uint32_t idGMR);
     553# endif /* VBOX_WITH_VMSVGA3D */
    552554#endif /* IN_RING3 */
    553555
     
    48254827#undef VMSVGAFIFO_GET_CMD_BUFFER_BREAK
    48264828
     4829#ifdef VBOX_WITH_VMSVGA3D
    48274830/**
    48284831 * Free the specified GMR
     
    48544857    Assert(!pGMR->cbTotal);
    48554858}
     4859#endif /* VBOX_WITH_VMSVGA3D */
    48564860
    48574861/**
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