Commit 47fdee6e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mscoree: Make CorDebugProcess_Create() static.

parent 0a065cb4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment