Commit 16b94cdd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

netcfgx/tests: Make create_configuration() static.

parent 1eb2e8b3
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "netcfgx.h" #include "netcfgx.h"
#include "wine/test.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 tcpipW[] = {'M','S','_','T','C','P','I','P',0};
static const WCHAR myclient[] = {'M','Y',' ','C','L','I','E','N','T',0}; static const WCHAR myclient[] = {'M','Y',' ','C','L','I','E','N','T',0};
......
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