Changeset 74145 in vbox for trunk/include/iprt
- Timestamp:
- Sep 7, 2018 2:26:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/time.h
r74125 r74145 29 29 #include <iprt/cdefs.h> 30 30 #include <iprt/types.h> 31 #include <iprt/assertcompile.h> 31 32 32 33 RT_C_DECLS_BEGIN … … 586 587 * Exploded time. 587 588 */ 588 #pragma pack(1)589 589 typedef struct RTTIME 590 590 { … … 615 615 int32_t offUTC; 616 616 } RTTIME; 617 #pragma pack() 617 AssertCompileSize(RTTIME, 24); 618 618 /** Pointer to a exploded time structure. */ 619 619 typedef RTTIME *PRTTIME;
Note:
See TracChangeset
for help on using the changeset viewer.