summaryrefslogtreecommitdiff
path: root/src/inc/daccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/daccess.h')
-rw-r--r--src/inc/daccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/daccess.h b/src/inc/daccess.h
index 6d9fb3265f..3e3a62c746 100644
--- a/src/inc/daccess.h
+++ b/src/inc/daccess.h
@@ -784,7 +784,7 @@ BOOL DacUnwindStackFrame(T_CONTEXT * pContext, T_KNONVOLATILE_CONTEXT_POINTERS*
#if defined(FEATURE_PAL)
// call back through data target to unwind out-of-process
-HRESULT DacVirtualUnwind(ULONG32 threadId, PCONTEXT context, PT_KNONVOLATILE_CONTEXT_POINTERS contextPointers);
+HRESULT DacVirtualUnwind(ULONG32 threadId, PT_CONTEXT context, PT_KNONVOLATILE_CONTEXT_POINTERS contextPointers);
#endif // FEATURE_PAL
#ifdef FEATURE_MINIMETADATA_IN_TRIAGEDUMPS