VirtualBox

Changeset 78187 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 17, 2019 9:50:13 PM (6 years ago)
Author:
vboxsync
Message:

IPRT,FsPerf: Added RTDIR_F_NO_ABS_PATH and RTDIRRMREC_F_NO_ABS_PATH to help FsPerf work below PATH_MAX on linux. [build fix] bugref:9172

File:
1 edited

Legend:

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

    r78153 r78187  
    707707typedef RTPATHPARSED *PCRTPATHPARSED;
    708708
     709/** Stupid hack for MSC and flexible arrays. */
     710#define RTPATHPARSED_MIN_SIZE       (sizeof(uint16_t) * (6 + 4))
     711
    709712
    710713/**
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