odbccp32/tests: Make test_SQLInstallDriverEx() static.

Francois Gouget fgouget at free.fr
Sat Apr 1 07:36:34 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 4fdf584538..35b9f35033 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];
-- 
2.11.0




More information about the wine-patches mailing list