VirtualBox

Changeset 76442 in vbox


Ignore:
Timestamp:
Dec 24, 2018 3:41:05 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127743
Message:

iprt/formats/ntfs.h: Mark 64-bit bitfields with RT_GCC_EXTENSION to make older GCCs happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/ntfs.h

    r69925 r76442  
    7373    {
    7474        /** Index of the master file table record. */
    75         uint64_t        idxMft : 48;
     75        RT_GCC_EXTENSION uint64_t idxMft : 48;
    7676        /** MFT record reuse sequence number (for catching dangling references). */
    77         uint64_t        uRecReuseSeqNo : 16;
     77        RT_GCC_EXTENSION uint64_t uRecReuseSeqNo : 16;
    7878    } s;
    7979} NTFSMFTREF;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette