1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

odbccp32/tests: Make test_SQLInstallTranslatorEx() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2017-06-04 11:39:05 +02:00 committed by Alexandre Julliard
parent e441e85db9
commit 522385f619

View File

@ -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];