dlls/krnl386.exe16/dosvm.c and the non-MZ_SUPPORTED case

Gerald Pfeifer gerald at pfeifer.com
Fri Jan 8 16:32:20 CST 2010


Noticed on FreeBSD which I believe is not MZ_SUPPORTED.

Gerald

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

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-patches mailing list