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:
parent
e441e85db9
commit
522385f619
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue