mscoree: Make CorDebugProcess_Create() static.

This commit is contained in:
Francois Gouget 2011-12-06 17:38:29 +01:00 committed by Alexandre Julliard
parent 0a065cb4bd
commit 47fdee6e92
1 changed files with 1 additions and 1 deletions

View File

@ -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;