Andrew Talbot : msvcrt40: Remove unused Wine debug channel.

Alexandre Julliard julliard at winehq.org
Fri Dec 19 11:19:14 CST 2008


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Thu Dec 18 20:19:55 2008 +0000

msvcrt40: Remove unused Wine debug channel.

---

 dlls/msvcrt40/msvcrt40.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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




More information about the wine-cvs mailing list