Changeset 89076 in vbox for trunk/include
- Timestamp:
- May 17, 2021 8:39:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r87797 r89076 2798 2798 * @note Use RT_UOFFSETOF() to calculate the structure size. 2799 2799 * 2800 * @note Never to a sizeof() on the structure or member!2800 * @note Never do a sizeof() on the structure or member! 2801 2801 * 2802 2802 * @note The member must be the last one. … … 2817 2817 # if defined(__cplusplus) && defined(_MSC_VER) 2818 2818 # pragma warning(disable:4200) /* -wd4200 does not work with VS2010 */ 2819 # pragma warning(disable:4815) /* -wd4815 does not work with VS2019 */ 2819 2820 # endif 2820 2821 #elif defined(__STDC_VERSION__)
Note:
See TracChangeset
for help on using the changeset viewer.