msvcr71: Remove unused Wine debug channel

Andrew Talbot andrew.talbot at talbotville.com
Thu Dec 18 14:19:52 CST 2008


Changelog:
    msvcr71: Remove unused Wine debug channel.

diff --git a/dlls/msvcr71/msvcr71.c b/dlls/msvcr71/msvcr71.c
index 3ada089..6134982 100644
--- a/dlls/msvcr71/msvcr71.c
+++ b/dlls/msvcr71/msvcr71.c
@@ -22,9 +22,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "wine/debug.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(msvcr71);
 
 BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
 {



More information about the wine-patches mailing list