From 68955155b73a682a330e36b47a597e3ed5b96f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 2 Oct 2007 10:57:00 +0000 Subject: [PATCH] Add a default debug channel svn path=/trunk/; revision=29351 --- reactos/dll/win32/shell32/drive.c | 2 ++ reactos/dll/win32/shell32/fprop.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/reactos/dll/win32/shell32/drive.c b/reactos/dll/win32/shell32/drive.c index ef424f00122..c97961295af 100644 --- a/reactos/dll/win32/shell32/drive.c +++ b/reactos/dll/win32/shell32/drive.c @@ -44,6 +44,8 @@ #include #include +WINE_DEFAULT_DEBUG_CHANNEL(shell); + typedef enum { HWPD_STANDARDLIST = 0, diff --git a/reactos/dll/win32/shell32/fprop.c b/reactos/dll/win32/shell32/fprop.c index 6d5707d6bb6..d4046eef653 100644 --- a/reactos/dll/win32/shell32/fprop.c +++ b/reactos/dll/win32/shell32/fprop.c @@ -41,6 +41,8 @@ #include "undocshell.h" #include +WINE_DEFAULT_DEBUG_CHANNEL(shell); + typedef struct _LANGANDCODEPAGE_ { WORD lang;