Changeset 85224 in vbox for trunk/include/iprt/asn1.h
- Timestamp:
- Jul 11, 2020 4:17:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1.h
r85121 r85224 773 773 int rc = RT_CONCAT(a_ImplExtNm,_InsertEx)(pThis, uPos, NULL /*pToClone*/, pThis->Allocation.pAllocator, &uPos); \ 774 774 if (RT_SUCCESS(rc)) \ 775 return uPos; \775 return (int32_t)uPos; \ 776 776 return rc; \ 777 777 } \
Note:
See TracChangeset
for help on using the changeset viewer.