4 Oct
2012
4 Oct
'12
6:38 p.m.
Module: wine Branch: master Commit: 6be0dd10de874fea9958606716677db69cae71b6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6be0dd10de874fea9958606716... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Oct 4 09:44:43 2012 +0200 oledb32/tests: Make test_database() static. --- dlls/oledb32/tests/database.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/oledb32/tests/database.c b/dlls/oledb32/tests/database.c index c0d5237..fe92bb8 100644 --- a/dlls/oledb32/tests/database.c +++ b/dlls/oledb32/tests/database.c @@ -31,7 +31,7 @@ #include "wine/test.h" -void test_database(void) +static void test_database(void) { HRESULT hr; IDBInitialize *dbinit = NULL;