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); ok(cnt == 0, "SQLRemoveDriver failed %d\n", cnt);
} }
void test_SQLInstallTranslatorEx(void) static void test_SQLInstallTranslatorEx(void)
{ {
char path[MAX_PATH]; char path[MAX_PATH];
char syspath[MAX_PATH]; char syspath[MAX_PATH];