Module: wine Branch: master Commit: 16b94cdd23e90c88fea2621d90bbd88ac5ec33d9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=16b94cdd23e90c88fea2621d90...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 31 11:26:04 2014 +0200
netcfgx/tests: Make create_configuration() static.
---
dlls/netcfgx/tests/netcfgx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/netcfgx/tests/netcfgx.c b/dlls/netcfgx/tests/netcfgx.c index 2a9f0eb..084f8cd 100644 --- a/dlls/netcfgx/tests/netcfgx.c +++ b/dlls/netcfgx/tests/netcfgx.c @@ -23,7 +23,7 @@ #include "netcfgx.h" #include "wine/test.h"
-void create_configuration(void) +static void create_configuration(void) { static const WCHAR tcpipW[] = {'M','S','_','T','C','P','I','P',0}; static const WCHAR myclient[] = {'M','Y',' ','C','L','I','E','N','T',0};