Commit 522385f6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

odbccp32/tests: Make test_SQLInstallTranslatorEx() static.

parent e441e85d
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment