VirtualBox

Changeset 75321 in vbox for trunk


Ignore:
Timestamp:
Nov 8, 2018 2:12:18 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/RTTimeSet-os2.cpp: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp

    r75297 r75321  
    3535#define LOG_GROUP RTLOGGROUP_TIME
    3636#define INCL_DOSDATETIME
     37#define INCL_DOSERRORS
    3738#include <os2.h>
    3839
     
    5253    RTTIMESPEC TimeLocal     = *pTime;
    5354    RTTIME     Exploded;
    54     if (RTTimeExplode(&Exploded, RTTimeSpecAddNano(&TimeLocal, cNsLocalDelta))))
     55    if (RTTimeExplode(&Exploded, RTTimeSpecAddNano(&TimeLocal, cNsLocalDelta)))
    5556    {
    5657        /*
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