inetcomm/tests: Make test_BindToObject() static.

Francois Gouget fgouget at free.fr
Sat Apr 23 00:48:02 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/inetcomm/tests/mimeole.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/inetcomm/tests/mimeole.c b/dlls/inetcomm/tests/mimeole.c
index bd90a80..a0fc695 100644
--- a/dlls/inetcomm/tests/mimeole.c
+++ b/dlls/inetcomm/tests/mimeole.c
@@ -394,7 +394,7 @@ static void test_MessageOptions(void)
     IMimeMessage_Release(msg);
 }
 
-void test_BindToObject(void)
+static void test_BindToObject(void)
 {
     HRESULT hr;
     IMimeMessage *msg;
-- 
2.8.0.rc3



More information about the wine-patches mailing list