VirtualBox

Changeset 14011 in vbox


Ignore:
Timestamp:
Nov 10, 2008 1:41:37 PM (16 years ago)
Author:
vboxsync
Message:

Fixed RTReqCallEx parameters in the guest properties host service.

File:
1 edited

Legend:

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

    r13971 r14011  
    968968                             (PFNRT)Service::reqNotify, 7, mpfnHostCallback,
    969969                             mpvHostData, pszName, NULL,
    970                              RT_HIDWORD(u64Timestamp),
    971                              RT_LODWORD(u64Timestamp), NULL);
     970                             (uint32_t) RT_HIDWORD(u64Timestamp),
     971                             (uint32_t) RT_LODWORD(u64Timestamp), NULL);
    972972#endif /* VBOX_GUEST_PROP_TEST_NOTHREAD not defined */
    973973    }
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