Gerald Pfeifer : krnl386: Move WINE_DECLARE_DEBUG_CHANNEL(module) under #ifdef MZ_SUPPORTED.

Alexandre Julliard julliard at winehq.org
Mon Jan 11 15:59:34 CST 2010


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

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Fri Jan  8 23:32:20 2010 +0100

krnl386: Move WINE_DECLARE_DEBUG_CHANNEL(module) under #ifdef MZ_SUPPORTED.

---

 dlls/krnl386.exe16/dosvm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/krnl386.exe16/dosvm.c b/dlls/krnl386.exe16/dosvm.c
index 3db0649..decd57e 100644
--- a/dlls/krnl386.exe16/dosvm.c
+++ b/dlls/krnl386.exe16/dosvm.c
@@ -55,8 +55,8 @@
 #include "excpt.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(int);
-WINE_DECLARE_DEBUG_CHANNEL(module);
 #ifdef MZ_SUPPORTED
+WINE_DECLARE_DEBUG_CHANNEL(module);
 WINE_DECLARE_DEBUG_CHANNEL(relay);
 #endif
 




More information about the wine-cvs mailing list