VirtualBox

Ignore:
Timestamp:
Aug 27, 2019 5:56:22 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp

    r80444 r80446  
    17061706                       VBOX_SHARED_CLIPBOARD_GUEST_FN_DATA_WRITE, 2);
    17071707
    1708     VbglHGCMParmUInt32Set(&Msg.v0.format, fFormat);
    1709     VbglHGCMParmPtrSet(&Msg.v0.ptr, pv, cb);
     1708    VbglHGCMParmUInt32Set(&Msg.u.v0.format, fFormat);
     1709    VbglHGCMParmPtrSet(&Msg.u.v0.ptr, pv, cb);
    17101710
    17111711    int rc = VbglR3HGCMCall(&Msg.hdr, sizeof(Msg));
     
    17431743        LogFlowFunc(("CID=%RU32\n", pCtx->uContextID));
    17441744
    1745         Msg.v1.uContext.SetUInt32(pCtx->uContextID);
    1746         Msg.v1.uFormat.SetUInt32(pData->uFormat);
    1747         Msg.v1.cbData.SetUInt32(pData->cbData);
    1748         Msg.v1.pvData.SetPtr(pData->pvData, pData->cbData);
     1745        Msg.u.v1.uContext.SetUInt32(pCtx->uContextID);
     1746        Msg.u.v1.uFormat.SetUInt32(pData->uFormat);
     1747        Msg.u.v1.cbData.SetUInt32(pData->cbData);
     1748        Msg.u.v1.pvData.SetPtr(pData->pvData, pData->cbData);
    17491749
    17501750        rc = VbglR3HGCMCall(&Msg.hdr, sizeof(Msg));
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