Module: wine Branch: master Commit: 57877b2487932ec3cc780829a50ce2a6f612c6be URL: http://source.winehq.org/git/wine.git/?a=commit;h=57877b2487932ec3cc780829a5...
Author: Francois Gouget fgouget@free.fr Date: Tue Aug 24 10:04:51 2010 +0200
msvcp90: Remove the msvcp90 debug channel where unused.
---
dlls/msvcp90/memory.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/msvcp90/memory.c b/dlls/msvcp90/memory.c index acbdda7..7dac503 100644 --- a/dlls/msvcp90/memory.c +++ b/dlls/msvcp90/memory.c @@ -25,8 +25,7 @@
#include "windef.h" #include "winbase.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(msvcp90); +
/* ?address@?$allocator@D@std@@QBEPADAAD@Z */ /* ?address@?$allocator@D@std@@QEBAPEADAEAD@Z */