Commit 4f2d3e9b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winedbg: The winedbg debug channel is unused in crashdlg.c so remove it.

parent 07d9d04d
...@@ -26,13 +26,10 @@ ...@@ -26,13 +26,10 @@
#include "shellapi.h" #include "shellapi.h"
#include "psapi.h" #include "psapi.h"
#include "wine/debug.h"
#include "wine/unicode.h" #include "wine/unicode.h"
#include "resource.h" #include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
#define MAX_PROGRAM_NAME_LENGTH 80 #define MAX_PROGRAM_NAME_LENGTH 80
static char *crash_log; static char *crash_log;
......
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