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