Changeset 14011 in vbox
- Timestamp:
- Nov 10, 2008 1:41:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r13971 r14011 968 968 (PFNRT)Service::reqNotify, 7, mpfnHostCallback, 969 969 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); 972 972 #endif /* VBOX_GUEST_PROP_TEST_NOTHREAD not defined */ 973 973 }
Note:
See TracChangeset
for help on using the changeset viewer.