File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 99#include " baseunwinder.h"
1010
1111#ifdef FEATURE_CDAC_UNWINDER
12- EXTERN_C __declspec (dllexport) BOOL amd64Unwind(void * pContext,
13- ReadFromTarget readFromTarget,
14- GetAllocatedBuffer getAllocatedBuffer,
15- GetStackWalkInfo getStackWalkInfo,
16- UnwinderFail unwinderFail,
17- void * callbackContext);
12+ EXTERN_C BOOL amd64Unwind (void * pContext,
13+ ReadFromTarget readFromTarget,
14+ GetAllocatedBuffer getAllocatedBuffer,
15+ GetStackWalkInfo getStackWalkInfo,
16+ UnwinderFail unwinderFail,
17+ void * callbackContext);
1818#endif // FEATURE_CDAC_UNWINDER
1919
2020// ---------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 99#include " baseunwinder.h"
1010
1111#ifdef FEATURE_CDAC_UNWINDER
12- EXTERN_C __declspec (dllexport) BOOL arm64Unwind(void * pContext, ReadFromTarget readFromTarget,
13- GetAllocatedBuffer getAllocatedBuffer,
14- GetStackWalkInfo getStackWalkInfo,
15- UnwinderFail unwinderFail,
16- void * callbackContext);
12+ EXTERN_C BOOL arm64Unwind (void * pContext, ReadFromTarget readFromTarget,
13+ GetAllocatedBuffer getAllocatedBuffer,
14+ GetStackWalkInfo getStackWalkInfo,
15+ UnwinderFail unwinderFail,
16+ void * callbackContext);
1717#endif // FEATURE_CDAC_UNWINDER
1818
1919// ---------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments