odbccp32/tests: Make test_SQLInstallDriverEx() 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-04-01 14:36:34 +02:00 committed by Alexandre Julliard
parent f2459e5527
commit ec3d34a5a6
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ static void test_SQLGetPrivateProfileStringW(void)
}
}
void test_SQLInstallDriverEx(void)
static void test_SQLInstallDriverEx(void)
{
char path[MAX_PATH];
char syspath[MAX_PATH];