Changeset 100422 in vbox for trunk/include
- Timestamp:
- Jul 6, 2023 7:47:06 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r100307 r100422 3690 3690 # define RTCrPkcs7SetOfSignedData_Enum RT_MANGLER(RTCrPkcs7SetOfSignedData_Enum) 3691 3691 # define RTCrPkcs7SetOfSignedData_Init RT_MANGLER(RTCrPkcs7SetOfSignedData_Init) 3692 # define RTCrPkcs8PrivateKeyInfo_CheckSanity RT_MANGLER(RTCrPkcs8PrivateKeyInfo_CheckSanity) 3693 # define RTCrPkcs8PrivateKeyInfo_Clone RT_MANGLER(RTCrPkcs8PrivateKeyInfo_Clone) 3694 # define RTCrPkcs8PrivateKeyInfo_Compare RT_MANGLER(RTCrPkcs8PrivateKeyInfo_Compare) 3695 # define RTCrPkcs8PrivateKeyInfo_DecodeAsn1 RT_MANGLER(RTCrPkcs8PrivateKeyInfo_DecodeAsn1) 3696 # define RTCrPkcs8PrivateKeyInfo_Delete RT_MANGLER(RTCrPkcs8PrivateKeyInfo_Delete) 3697 # define RTCrPkcs8PrivateKeyInfo_Enum RT_MANGLER(RTCrPkcs8PrivateKeyInfo_Enum) 3698 # define RTCrPkcs8PrivateKeyInfo_Init RT_MANGLER(RTCrPkcs8PrivateKeyInfo_Init) 3692 3699 # define RTCrPkixSignatureCreateByObjId RT_MANGLER(RTCrPkixSignatureCreateByObjId) 3693 3700 # define RTCrPkixSignatureCreateByObjIdString RT_MANGLER(RTCrPkixSignatureCreateByObjIdString) … … 4309 4316 # define g_aRTCrPkcs7Markers RT_MANGLER(g_aRTCrPkcs7Markers) 4310 4317 # define g_cRTCrPkcs7Markers RT_MANGLER(g_cRTCrPkcs7Markers) 4318 # define g_rTCrPkcs8PrivateKeyInfo_Vtable RT_MANGLER(g_rTCrPkcs8PrivateKeyInfo_Vtable) 4311 4319 # define g_aRTCrX509CertificateMarkers RT_MANGLER(g_aRTCrX509CertificateMarkers) 4312 4320 # define g_cRTCrX509CertificateMarkers RT_MANGLER(g_cRTCrX509CertificateMarkers)
Note:
See TracChangeset
for help on using the changeset viewer.