netcfgx/tests: Make create_configuration() static.
This commit is contained in:
parent
1eb2e8b3e1
commit
16b94cdd23
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue