summaryrefslogtreecommitdiff
path: root/src/inc/daccess.h
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-11-04 11:33:54 -0800
committerMike McLaughlin <mikem@microsoft.com>2015-11-04 11:33:54 -0800
commitc0ad8addbae0e44503913d304e03df942858e228 (patch)
tree9a0b92437b8749d7b0455c1eb3050b764aa6ae2b /src/inc/daccess.h
parent33323a204ab92b5f8762461b8915b7ffa6d89e69 (diff)
downloadcoreclr-c0ad8addbae0e44503913d304e03df942858e228.tar.gz
coreclr-c0ad8addbae0e44503913d304e03df942858e228.tar.bz2
coreclr-c0ad8addbae0e44503913d304e03df942858e228.zip
Fix build break from CL# 1544863 (git PR #1946 merge commit 810b1162fff85075feb6cd5dd47b30e9f668ad38)
[tfs-changeset: 1545107]
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 715fe4a6f7..15d9cda234 100644
--- a/src/inc/daccess.h
+++ b/src/inc/daccess.h
@@ -663,7 +663,7 @@ HRESULT DacFreeVirtual(TADDR mem, ULONG32 size, ULONG32 typeFlags,
PVOID DacInstantiateTypeByAddress(TADDR addr, ULONG32 size, bool throwEx);
PVOID DacInstantiateTypeByAddressNoReport(TADDR addr, ULONG32 size, bool throwEx);
PVOID DacInstantiateClassByVTable(TADDR addr, ULONG32 minSize, bool throwEx);
-HRESULT DacVirtualUnwind(ULONG32 threadId, CONTEXT *context, KNONVOLATILE_CONTEXT_POINTERS *contextPointers);
+HRESULT DacVirtualUnwind(ULONG32 threadId, PCONTEXT context, PT_KNONVOLATILE_CONTEXT_POINTERS contextPointers);
// Copy a null-terminated ascii or unicode string from the target to the host.
// Note that most of the work here is to find the null terminator. If you know the exact length,