Andrew Talbot : dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 2 06:45:59 CST 2007


Module: wine
Branch: master
Commit: 3af121230ba1af2c87e7db326ab06686f6fb72f0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3af121230ba1af2c87e7db326ab06686f6fb72f0

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sat Dec 30 20:56:03 2006 +0000

dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

---

 dlls/dbghelp/elf_module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c
index 9a90d43..eff1b62 100644
--- a/dlls/dbghelp/elf_module.c
+++ b/dlls/dbghelp/elf_module.c
@@ -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 */




More information about the wine-cvs mailing list