Add a default debug channel

svn path=/trunk/; revision=29351
This commit is contained in:
Hervé Poussineau 2007-10-02 10:57:00 +00:00
parent 4b10f0559c
commit 68955155b7
2 changed files with 4 additions and 0 deletions

View file

@ -44,6 +44,8 @@
#include <devguid.h>
#include <winioctl.h>
WINE_DEFAULT_DEBUG_CHANNEL(shell);
typedef enum
{
HWPD_STANDARDLIST = 0,

View file

@ -41,6 +41,8 @@
#include "undocshell.h"
#include <prsht.h>
WINE_DEFAULT_DEBUG_CHANNEL(shell);
typedef struct _LANGANDCODEPAGE_
{
WORD lang;