Module: wine Branch: master Commit: 1163d431a0362e7fafb911304bfe10afb1f37397 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1163d431a0362e7fafb911304b... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Apr 23 07:48:02 2016 +0200 inetcomm/tests: Make test_BindToObject() static. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)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;