Skip to content

Commit ad725a7

Browse files
author
Max Charlamb
committed
remove exports
1 parent 7fa167f commit ad725a7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/coreclr/unwinder/amd64/unwinder.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
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
//---------------------------------------------------------------------------------------

src/coreclr/unwinder/arm64/unwinder.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
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
//---------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)