mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:26:03 +00:00
Add a default debug channel
svn path=/trunk/; revision=29351
This commit is contained in:
parent
4b10f0559c
commit
68955155b7
2 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
||||||
#include <devguid.h>
|
#include <devguid.h>
|
||||||
#include <winioctl.h>
|
#include <winioctl.h>
|
||||||
|
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
HWPD_STANDARDLIST = 0,
|
HWPD_STANDARDLIST = 0,
|
||||||
|
|
|
@ -41,6 +41,8 @@
|
||||||
#include "undocshell.h"
|
#include "undocshell.h"
|
||||||
#include <prsht.h>
|
#include <prsht.h>
|
||||||
|
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||||
|
|
||||||
typedef struct _LANGANDCODEPAGE_
|
typedef struct _LANGANDCODEPAGE_
|
||||||
{
|
{
|
||||||
WORD lang;
|
WORD lang;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue