dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

This commit is contained in:
Andrew Talbot 2006-12-30 20:56:03 +00:00 committed by Alexandre Julliard
parent 6d9f0c2052
commit 3af121230b

View File

@ -75,8 +75,6 @@
#include "wine/library.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);
struct elf_module_info
{
unsigned long elf_addr;
@ -90,6 +88,8 @@ struct elf_module_info
#define ELF_INFO_MODULE 0x0002
#define ELF_INFO_NAME 0x0004
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);
struct elf_info
{
unsigned flags; /* IN one (or several) of the ELF_INFO constants */