[ros-diffs] [hpoussin] 29351: Add a default debug channel

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Tue Oct 2 12:57:01 CEST 2007


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?rev=29351&r1=29350&r2=29351&view=diff
==============================================================================
--- 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?rev=29351&r1=29350&r2=29351&view=diff
==============================================================================
--- 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_ 
   {




More information about the Ros-diffs mailing list