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;
119
119
typedef DPTR (class ComPlusCallMethodDesc ) PTR_ComPlusCallMethodDesc;
120
120
typedef VPTR (class DebugInterface ) PTR_DebugInterface;
121
121
typedef DPTR (class Dictionary ) PTR_Dictionary;
122
- typedef VPTR (class DomainAssembly ) PTR_DomainAssembly;
122
+ typedef DPTR (class DomainAssembly ) PTR_DomainAssembly;
123
123
typedef DPTR (struct FailedAssembly ) PTR_FailedAssembly;
124
124
typedef VPTR (class EditAndContinueModule ) PTR_EditAndContinueModule;
125
125
typedef DPTR (class EEClass ) PTR_EEClass;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class EditAndContinueModule;
44
44
class PEAssembly ;
45
45
class SimpleRWLock ;
46
46
47
- typedef VPTR (PEAssembly) PTR_PEAssembly;
47
+ typedef DPTR (PEAssembly) PTR_PEAssembly;
48
48
49
49
// --------------------------------------------------------------------------------
50
50
// Types
You can’t perform that action at this time.
0 commit comments