Module: wine Branch: master Commit: 25faba157e78b979b29ba53d31c2886e956ce6cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=25faba157e78b979b29ba53d31...
Author: Francois Gouget fgouget@free.fr Date: Mon Jan 5 19:33:32 2015 +0100
combase: Remove an unused default debug channel.
---
dlls/combase/string.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/combase/string.c b/dlls/combase/string.c index 5fe4321..9ec05c6 100644 --- a/dlls/combase/string.c +++ b/dlls/combase/string.c @@ -21,9 +21,7 @@ #include "windows.h" #include "winerror.h" #include "hstring.h" -#include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(combase);
struct hstring_private {