File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ typedef DPTR(class ComCallMethodDesc) PTR_ComCallMethodDesc;
119119typedef DPTR (class ComPlusCallMethodDesc ) PTR_ComPlusCallMethodDesc;
120120typedef VPTR (class DebugInterface ) PTR_DebugInterface;
121121typedef DPTR (class Dictionary ) PTR_Dictionary;
122- typedef VPTR (class DomainAssembly ) PTR_DomainAssembly;
122+ typedef DPTR (class DomainAssembly ) PTR_DomainAssembly;
123123typedef DPTR (struct FailedAssembly ) PTR_FailedAssembly;
124124typedef VPTR (class EditAndContinueModule ) PTR_EditAndContinueModule;
125125typedef DPTR (class EEClass ) PTR_EEClass;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class EditAndContinueModule;
4444class PEAssembly ;
4545class SimpleRWLock ;
4646
47- typedef VPTR (PEAssembly) PTR_PEAssembly;
47+ typedef DPTR (PEAssembly) PTR_PEAssembly;
4848
4949// --------------------------------------------------------------------------------
5050// Types
You can’t perform that action at this time.
0 commit comments