odbccp32/tests: Make test_SQLInstallTranslatorEx() static.

Francois Gouget fgouget at free.fr
Sun Jun 4 04:39:05 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 8e119e02cbb..4a72ad038b9 100644
--- a/dlls/odbccp32/tests/misc.c
+++ b/dlls/odbccp32/tests/misc.c
@@ -530,7 +530,7 @@ if (0)  /* Crashes on XP. */
     ok(cnt == 0, "SQLRemoveDriver failed %d\n", cnt);
 }
 
-void test_SQLInstallTranslatorEx(void)
+static void test_SQLInstallTranslatorEx(void)
 {
     char path[MAX_PATH];
     char syspath[MAX_PATH];
-- 
2.11.0



More information about the wine-patches mailing list