- Timestamp:
- Nov 8, 2018 2:12:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp
r75297 r75321 35 35 #define LOG_GROUP RTLOGGROUP_TIME 36 36 #define INCL_DOSDATETIME 37 #define INCL_DOSERRORS 37 38 #include <os2.h> 38 39 … … 52 53 RTTIMESPEC TimeLocal = *pTime; 53 54 RTTIME Exploded; 54 if (RTTimeExplode(&Exploded, RTTimeSpecAddNano(&TimeLocal, cNsLocalDelta))) )55 if (RTTimeExplode(&Exploded, RTTimeSpecAddNano(&TimeLocal, cNsLocalDelta))) 55 56 { 56 57 /*
Note:
See TracChangeset
for help on using the changeset viewer.