mscoree: Make CorDebugProcess_Create() static.

Francois Gouget fgouget at free.fr
Tue Dec 6 10:38:29 CST 2011


---
 dlls/mscoree/cordebug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mscoree/cordebug.c b/dlls/mscoree/cordebug.c
index cda35e9..da06f49 100644
--- a/dlls/mscoree/cordebug.c
+++ b/dlls/mscoree/cordebug.c
@@ -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;
 
-- 
1.7.7.3




More information about the wine-patches mailing list