Changeset 74179 in vbox for trunk/include/iprt
- Timestamp:
- Sep 10, 2018 10:46:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r74173 r74179 2885 2885 /** Bad UTF-16 surrogate pair sequence. */ 2886 2886 #define VERR_JSON_BAD_SURROGATE_PAIR_SEQUENCE (-24706) 2887 /** Invalid codepoint. */ 2888 #define VERR_JSON_INVALID_CODEPOINT (-24707) 2887 2889 /** @} */ 2888 2890
Note:
See TracChangeset
for help on using the changeset viewer.