Module: wine Branch: master Commit: cdfaa90a8dfdd1981682c0e3a37c223f602c3169 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cdfaa90a8dfdd1981682c0e3a3...
Author: Francois Gouget fgouget@free.fr Date: Fri Jun 29 08:32:07 2012 +0200
msvcp60: Remove the msvcp90 debug channel from misc.c as it is unused.
---
dlls/msvcp60/misc.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/msvcp60/misc.c b/dlls/msvcp60/misc.c index 5390deb..4d51199 100644 --- a/dlls/msvcp60/misc.c +++ b/dlls/msvcp60/misc.c @@ -25,8 +25,7 @@
#include "windef.h" #include "winbase.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(msvcp90); +
/* ??0_Mutex@std@@QAE@XZ */ /* ??0_Mutex@std@@QEAA@XZ */