VirtualBox

Changeset 74145 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Sep 7, 2018 2:26:27 PM (6 years ago)
Author:
vboxsync
Message:

iprt/time.h: Dropped unnecessary pragma pack on RTTIME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/time.h

    r74125 r74145  
    2929#include <iprt/cdefs.h>
    3030#include <iprt/types.h>
     31#include <iprt/assertcompile.h>
    3132
    3233RT_C_DECLS_BEGIN
     
    586587 * Exploded time.
    587588 */
    588 #pragma pack(1)
    589589typedef struct RTTIME
    590590{
     
    615615    int32_t     offUTC;
    616616} RTTIME;
    617 #pragma pack()
     617AssertCompileSize(RTTIME, 24);
    618618/** Pointer to a exploded time structure. */
    619619typedef RTTIME *PRTTIME;
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