Module: wine Branch: master Commit: ec3d34a5a67375c1b9e5f3b5f91364d186c7b2d5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec3d34a5a67375c1b9e5f3b5f9...
Author: Francois Gouget fgouget@free.fr Date: Sat Apr 1 14:36:34 2017 +0200
odbccp32/tests: Make test_SQLInstallDriverEx() static.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/odbccp32/tests/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/odbccp32/tests/misc.c b/dlls/odbccp32/tests/misc.c index 4fdf584..35b9f35 100644 --- a/dlls/odbccp32/tests/misc.c +++ b/dlls/odbccp32/tests/misc.c @@ -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];