https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6c2597df715a119f54e29c...
commit 6c2597df715a119f54e29cc92c6892b6ba510c28 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sat Oct 21 13:15:39 2017 +0100
[ODBCCP32_WINETEST] Sync with Wine Staging 2.16. CORE-13762 --- modules/rostests/winetests/odbccp32/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/odbccp32/misc.c b/modules/rostests/winetests/odbccp32/misc.c index 8e119e02cb..4a72ad038b 100644 --- a/modules/rostests/winetests/odbccp32/misc.c +++ b/modules/rostests/winetests/odbccp32/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];