Author: hpoussin Date: Tue Oct 2 14:57:00 2007 New Revision: 29351
URL: http://svn.reactos.org/svn/reactos?rev=29351&view=rev Log: Add a default debug channel
Modified: trunk/reactos/dll/win32/shell32/drive.c trunk/reactos/dll/win32/shell32/fprop.c
Modified: trunk/reactos/dll/win32/shell32/drive.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/drive.c?r... ============================================================================== --- trunk/reactos/dll/win32/shell32/drive.c (original) +++ trunk/reactos/dll/win32/shell32/drive.c Tue Oct 2 14:57:00 2007 @@ -44,6 +44,8 @@ #include <devguid.h> #include <winioctl.h>
+WINE_DEFAULT_DEBUG_CHANNEL(shell); + typedef enum { HWPD_STANDARDLIST = 0,
Modified: trunk/reactos/dll/win32/shell32/fprop.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/fprop.c?r... ============================================================================== --- trunk/reactos/dll/win32/shell32/fprop.c (original) +++ trunk/reactos/dll/win32/shell32/fprop.c Tue Oct 2 14:57:00 2007 @@ -40,6 +40,8 @@ #include "shresdef.h" #include "undocshell.h" #include <prsht.h> + +WINE_DEFAULT_DEBUG_CHANNEL(shell);
typedef struct _LANGANDCODEPAGE_ {