From 1163d431a0362e7fafb911304bfe10afb1f37397 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 23 Apr 2016 07:48:02 +0200 Subject: [PATCH] inetcomm/tests: Make test_BindToObject() static. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- 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 bd90a804ffd..a0fc6959b14 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;