Francois Gouget : odbccp32/tests: Make test_SQLInstallTranslatorEx() static.

Alexandre Julliard julliard at winehq.org
Mon Jun 5 16:56:31 CDT 2017


Module: wine
Branch: master
Commit: 522385f619f025fba360ca4e158640da7be2d3e6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=522385f619f025fba360ca4e158640da7be2d3e6

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun  4 11:39:05 2017 +0200

odbccp32/tests: Make test_SQLInstallTranslatorEx() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 8e119e0..4a72ad0 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];




More information about the wine-cvs mailing list