commit | 475cdcba8cc34cdbd1f7bdda0fac52e7db8e977d | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Thu Feb 26 05:30:54 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 26 05:30:54 2004 +0000 |
tree | 0340bce1b6bf852859ef496d5b2c279cf87c832a | |
parent | 4683768e01debca5271211c2491f3fe3fe179f06 [diff] [blame] |
Remove the win32 debug channel, misc cleanup of debugging code.
diff --git a/dlls/wintrust/wintrust_main.c b/dlls/wintrust/wintrust_main.c index 4fb3f10..22ceb51 100644 --- a/dlls/wintrust/wintrust_main.c +++ b/dlls/wintrust/wintrust_main.c
@@ -27,7 +27,7 @@ #include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(win32); +WINE_DEFAULT_DEBUG_CHANNEL(wintrust); /*********************************************************************** * WinVerifyTrust (WINTRUST.@)