Changeset 78187 in vbox
- Timestamp:
- Apr 17, 2019 9:50:13 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/iprt/path.h (modified) (1 diff)
-
src/VBox/Runtime/r3/dir2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r78153 r78187 707 707 typedef RTPATHPARSED *PCRTPATHPARSED; 708 708 709 /** Stupid hack for MSC and flexible arrays. */ 710 #define RTPATHPARSED_MIN_SIZE (sizeof(uint16_t) * (6 + 4)) 711 709 712 710 713 /** -
trunk/src/VBox/Runtime/r3/dir2.cpp
r78186 r78187 170 170 { 171 171 RTPATHPARSED Parsed; 172 uint8_t abParsed[RT _UOFFSETOF(RTPATHPARSED, aComps[1])];172 uint8_t abParsed[RTPATHPARSED_MIN_SIZE]; 173 173 } uBuf; 174 174 RTPathParse(pszPath, &uBuf.Parsed, sizeof(uBuf), RTPATH_STR_F_STYLE_HOST);
Note:
See TracChangeset
for help on using the changeset viewer.

