mscoree/tests: Make init_pointers() static.

Francois Gouget fgouget at free.fr
Wed Mar 30 09:40:23 CDT 2011


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

diff --git a/dlls/mscoree/tests/metahost.c b/dlls/mscoree/tests/metahost.c
index 665ee65..50821be 100644
--- a/dlls/mscoree/tests/metahost.c
+++ b/dlls/mscoree/tests/metahost.c
@@ -34,7 +34,7 @@ static HRESULT (WINAPI *pCLRCreateInstance)(REFCLSID clsid, REFIID riid, LPVOID
 
 static ICLRMetaHost *metahost;
 
-BOOL init_pointers(void)
+static BOOL init_pointers(void)
 {
     HRESULT hr = E_FAIL;
 
-- 
1.7.4.1




More information about the wine-patches mailing list