Changeset 40966 in vbox for trunk/include
- Timestamp:
- Apr 17, 2012 4:43:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r40894 r40966 1220 1220 # define RTSortIsSorted RT_MANGLER(RTSortIsSorted) 1221 1221 # define RTSpinlockAcquire RT_MANGLER(RTSpinlockAcquire) 1222 # define RTSpinlockAcquireNoInts RT_MANGLER(RTSpinlockAcquireNoInts) 1222 1223 # define RTSpinlockCreate RT_MANGLER(RTSpinlockCreate) 1223 1224 # define RTSpinlockDestroy RT_MANGLER(RTSpinlockDestroy) … … 1751 1752 # define g_aRTUniUpperRanges RT_MANGLER(g_aRTUniUpperRanges) 1752 1753 # define g_fRTAlignmentChecks RT_MANGLER(g_fRTAlignmentChecks) 1754 # define g_hKrnlDbgInfo RT_MANGLER(g_hKrnlDbgInfo) /* solaris */ 1753 1755 # define g_pStdErr RT_MANGLER(g_pStdErr) 1754 1756 # define g_pStdIn RT_MANGLER(g_pStdIn)
Note:
See TracChangeset
for help on using the changeset viewer.