VirtualBox

Ignore:
Timestamp:
Oct 13, 2008 12:21:31 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37760
Message:

HostServices/GuestProperties: cosmetical fix

File:
1 edited

Legend:

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

    r13207 r13212  
    794794                             (PFNRT)Service::reqNotify, 7, mpfnHostCallback,
    795795                             mpvHostData, pszName, pszValue,
    796                              (uint32_t) (u64Timestamp / 0xffffffff),
    797                              (uint32_t) (u64Timestamp % 0xffffffff), pszFlags);
     796                             (uint32_t) RT_HIDWORD(u64Timestamp),
     797                             (uint32_t) RT_LODWORD(u64Timestamp), pszFlags);
    798798        if (!RT_SUCCESS(rc)) /* clean up */
    799799        {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette