mscoree: Make CorDebugProcess_Create() static.
This commit is contained in:
parent
0a065cb4bd
commit
47fdee6e92
|
@ -401,7 +401,7 @@ static const ICorDebugProcessVtbl cordebugprocessVtbl = {
|
|||
};
|
||||
|
||||
|
||||
HRESULT CorDebugProcess_Create(CorDebug *cordebug, IUnknown** ppUnk, LPPROCESS_INFORMATION lpProcessInformation)
|
||||
static HRESULT CorDebugProcess_Create(CorDebug *cordebug, IUnknown** ppUnk, LPPROCESS_INFORMATION lpProcessInformation)
|
||||
{
|
||||
DebugProcess *This;
|
||||
|
||||
|
|
Loading…
Reference in New Issue