Changeset 53010 in vbox for trunk/include/iprt
- Timestamp:
- Oct 9, 2014 2:12:32 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96478
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1.h
r52600 r53010 110 110 extern RTDATADECL(RTASN1ALLOCATORVTABLE const) g_RTAsn1DefaultAllocator; 111 111 112 /** The Electric Fence ASN.1 allocator. */ 113 extern RTDATADECL(RTASN1ALLOCATORVTABLE const) g_RTAsn1EFenceAllocator; 114 112 115 113 116 /** -
trunk/include/iprt/mangling.h
r52944 r53010 2916 2916 # define g_RTAsn1BitString_Vtable RT_MANGLER(g_RTAsn1BitString_Vtable) 2917 2917 # define g_RTAsn1DefaultAllocator RT_MANGLER(g_RTAsn1DefaultAllocator) 2918 # define g_RTAsn1EFenceAllocator RT_MANGLER(g_RTAsn1EFenceAllocator) 2918 2919 #if 0 /* Disabled for now as I'm not sure the assmbler supports mangling yet. */ 2919 2920 # define g_abRTZeroPage RT_MANGLER(g_abRTZeroPage)
Note:
See TracChangeset
for help on using the changeset viewer.