ipconfig: Remove the ipconfig debug channel where unused.
This commit is contained in:
parent
c15308f869
commit
0e51433d79
@ -21,13 +21,10 @@
|
|||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <iphlpapi.h>
|
#include <iphlpapi.h>
|
||||||
#include <wine/debug.h>
|
|
||||||
#include <wine/unicode.h>
|
#include <wine/unicode.h>
|
||||||
|
|
||||||
#include "ipconfig.h"
|
#include "ipconfig.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(ipconfig);
|
|
||||||
|
|
||||||
static int ipconfig_vprintfW(const WCHAR *msg, va_list va_args)
|
static int ipconfig_vprintfW(const WCHAR *msg, va_list va_args)
|
||||||
{
|
{
|
||||||
int wlen;
|
int wlen;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user