Commit ec3d34a5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

odbccp32/tests: Make test_SQLInstallDriverEx() static.

parent f2459e55
...@@ -412,7 +412,7 @@ static void test_SQLGetPrivateProfileStringW(void) ...@@ -412,7 +412,7 @@ static void test_SQLGetPrivateProfileStringW(void)
} }
} }
void test_SQLInstallDriverEx(void) static void test_SQLInstallDriverEx(void)
{ {
char path[MAX_PATH]; char path[MAX_PATH];
char syspath[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