mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
This commit is contained in:
parent
6d9f0c2052
commit
3af121230b
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user