Author: cwittich Date: Sun Feb 7 01:07:07 2010 New Revision: 45476
URL: http://svn.reactos.org/svn/reactos?rev=45476&view=rev Log: [SHELL32] fix debug channel (merge from wine)
Modified: trunk/reactos/dll/win32/shell32/regsvr.c
Modified: trunk/reactos/dll/win32/shell32/regsvr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/regsvr.c?... ============================================================================== --- trunk/reactos/dll/win32/shell32/regsvr.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/regsvr.c [iso-8859-1] Sun Feb 7 01:07:07 2010 @@ -30,7 +30,7 @@ const GUID SHELL32_AdvtShortcutComponent = {0x9db1186e, 0x40df, 0x11d1, {0xaa, 0x8c, 0x00, 0xc0, 0x4f, 0xb6, 0x78, 0x63}};
-WINE_DEFAULT_DEBUG_CHANNEL(ole); +WINE_DEFAULT_DEBUG_CHANNEL(shell);
/* * Near the bottom of this file are the exported DllRegisterServer and