From ec3d34a5a67375c1b9e5f3b5f91364d186c7b2d5 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 1 Apr 2017 14:36:34 +0200 Subject: [PATCH] odbccp32/tests: Make test_SQLInstallDriverEx() static. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/odbccp32/tests/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/odbccp32/tests/misc.c b/dlls/odbccp32/tests/misc.c index 4fdf584538b..35b9f350331 100644 --- a/dlls/odbccp32/tests/misc.c +++ b/dlls/odbccp32/tests/misc.c @@ -412,7 +412,7 @@ static void test_SQLGetPrivateProfileStringW(void) } } -void test_SQLInstallDriverEx(void) +static void test_SQLInstallDriverEx(void) { char path[MAX_PATH]; char syspath[MAX_PATH];