Francois Gouget : inetcomm/tests: Make test_BindToObject() static.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 25 09:47:12 CDT 2016


Module: wine
Branch: master
Commit: 1163d431a0362e7fafb911304bfe10afb1f37397
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1163d431a0362e7fafb911304bfe10afb1f37397

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Apr 23 07:48:02 2016 +0200

inetcomm/tests: Make test_BindToObject() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;




More information about the wine-cvs mailing list