VirtualBox

Changeset 72142 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 7, 2018 2:32:56 PM (7 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/time2-win.cpp

    r72140 r72142  
    7878                    {
    7979                        pTime->fFlags = (pTime->fFlags & ~RTTIME_FLAGS_TYPE_MASK) | RTTIME_FLAGS_TYPE_LOCAL;
    80                         pTime->offUTC = (LocalTime - *pTimeSpec) / RT_NS_1MIN;
     80                        pTime->offUTC = (RTTimeSpecGetNano(&LocalTime) - RTTimeSpecGetNano(pTimeSpec)) / RT_NS_1MIN;
    8181                    }
    8282                    return pTime;
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