VirtualBox

Ignore:
Timestamp:
Mar 14, 2018 2:51:28 PM (7 years ago)
Author:
vboxsync
Message:

Guest Control/service: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/service.cpp

    r71328 r71331  
    12951295            aHstParms[cHstParms++].setUInt32(pCurCmd->mContextID);
    12961296            aHstParms[cHstParms++].setUInt32(0); /* Notification type (None / generic). */
    1297             aHstParms[cHstParms++].setUInt32(VERR_NOT_SUPPORTED);
     1297            aHstParms[cHstParms++].setUInt32((uint32_t)VERR_NOT_SUPPORTED); /** @todo int vs. uint32_t! */
    12981298            aHstParms[cHstParms++].setPointer(NULL, 0); /* Payload (none). */
    12991299
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