projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[MSCOREE] Fix build.
[reactos.git]
/
dll
/
win32
/
mscoree
/
cordebug.c
diff --git
a/dll/win32/mscoree/cordebug.c
b/dll/win32/mscoree/cordebug.c
index
d1601fc
..
0a06a94
100644
(file)
--- a/
dll/win32/mscoree/cordebug.c
+++ b/
dll/win32/mscoree/cordebug.c
@@
-67,7
+67,7
@@
static HRESULT WINAPI cordebugprocess_QueryInterface(ICorDebugProcess *iface,
return E_NOINTERFACE;
}
return E_NOINTERFACE;
}
- ICorDebug_AddRef(iface);
+ ICorDebug
Process
_AddRef(iface);
return S_OK;
}
return S_OK;
}
@@
-413,7
+413,7
@@
static HRESULT CorDebugProcess_Create(CorDebug *cordebug, IUnknown** ppUnk, LPPR
if(This->cordebug)
ICorDebug_AddRef(&This->cordebug->ICorDebug_iface);
if(This->cordebug)
ICorDebug_AddRef(&This->cordebug->ICorDebug_iface);
- *ppUnk = (IUnknown*)
This
;
+ *ppUnk = (IUnknown*)
&This->ICorDebugProcess_iface
;
return S_OK;
}
return S_OK;
}
@@
-437,7
+437,7
@@
static HRESULT WINAPI process_enum_QueryInterface(ICorDebugProcessEnum *iface, R
return E_NOINTERFACE;
}
return E_NOINTERFACE;
}
- ICorDebug_AddRef(iface);
+ ICorDebug
ProcessEnum
_AddRef(iface);
return S_OK;
}
return S_OK;
}
@@
-759,7
+759,7
@@
HRESULT CorDebug_Create(ICLRRuntimeHost *runtimehost, IUnknown** ppUnk)
if(This->runtimehost)
ICLRRuntimeHost_AddRef(This->runtimehost);
if(This->runtimehost)
ICLRRuntimeHost_AddRef(This->runtimehost);
- *ppUnk = (IUnknown*)
This
;
+ *ppUnk = (IUnknown*)
&This->ICorDebug_iface
;
return S_OK;
}
return S_OK;
}