Changeset 71331 in vbox for trunk/src/VBox/HostServices/GuestControl/service.cpp
- Timestamp:
- Mar 14, 2018 2:51:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r71328 r71331 1295 1295 aHstParms[cHstParms++].setUInt32(pCurCmd->mContextID); 1296 1296 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! */ 1298 1298 aHstParms[cHstParms++].setPointer(NULL, 0); /* Payload (none). */ 1299 1299
Note:
See TracChangeset
for help on using the changeset viewer.