winedbg: The winedbg debug channel is unused in crashdlg.c so remove it.
This commit is contained in:
parent
07d9d04de8
commit
4f2d3e9b48
|
@ -26,13 +26,10 @@
|
|||
#include "shellapi.h"
|
||||
#include "psapi.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
|
||||
|
||||
#define MAX_PROGRAM_NAME_LENGTH 80
|
||||
|
||||
static char *crash_log;
|
||||
|
|
Loading…
Reference in New Issue