From 5aa676b878d0e89be0871637a0867165a1c21c12 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 4 Jan 2014 11:00:22 +0000 Subject: [PATCH] [WINLOGON] * Set the default debugging channel globally through the main header. CORE-7716 svn path=/trunk/; revision=61522 --- reactos/base/system/winlogon/environment.c | 2 -- reactos/base/system/winlogon/sas.c | 2 -- reactos/base/system/winlogon/screensaver.c | 2 -- reactos/base/system/winlogon/setup.c | 2 -- reactos/base/system/winlogon/winlogon.c | 2 -- reactos/base/system/winlogon/winlogon.h | 3 +-- reactos/base/system/winlogon/wlx.c | 2 -- 7 files changed, 1 insertion(+), 14 deletions(-) diff --git a/reactos/base/system/winlogon/environment.c b/reactos/base/system/winlogon/environment.c index 9816231ef74..bdbdac05446 100644 --- a/reactos/base/system/winlogon/environment.c +++ b/reactos/base/system/winlogon/environment.c @@ -12,8 +12,6 @@ #include "winlogon.h" -WINE_DEFAULT_DEBUG_CHANNEL(winlogon); - /* GLOBALS ******************************************************************/ diff --git a/reactos/base/system/winlogon/sas.c b/reactos/base/system/winlogon/sas.c index c706caf8cd3..377050a101c 100644 --- a/reactos/base/system/winlogon/sas.c +++ b/reactos/base/system/winlogon/sas.c @@ -13,8 +13,6 @@ #include "winlogon.h" -WINE_DEFAULT_DEBUG_CHANNEL(winlogon); - /* GLOBALS ******************************************************************/ #define WINLOGON_SAS_CLASS L"SAS Window class" diff --git a/reactos/base/system/winlogon/screensaver.c b/reactos/base/system/winlogon/screensaver.c index 862945eebca..6b65886b985 100644 --- a/reactos/base/system/winlogon/screensaver.c +++ b/reactos/base/system/winlogon/screensaver.c @@ -10,8 +10,6 @@ #include "winlogon.h" -WINE_DEFAULT_DEBUG_CHANNEL(winlogon); - /* FUNCTIONS ****************************************************************/ #ifndef USE_GETLASTINPUTINFO diff --git a/reactos/base/system/winlogon/setup.c b/reactos/base/system/winlogon/setup.c index 62e2e8a6111..872f3cb7a59 100644 --- a/reactos/base/system/winlogon/setup.c +++ b/reactos/base/system/winlogon/setup.c @@ -10,8 +10,6 @@ #include "winlogon.h" -WINE_DEFAULT_DEBUG_CHANNEL(winlogon); - /* FUNCTIONS ****************************************************************/ DWORD diff --git a/reactos/base/system/winlogon/winlogon.c b/reactos/base/system/winlogon/winlogon.c index 0ffa0d280c4..c9581381a29 100644 --- a/reactos/base/system/winlogon/winlogon.c +++ b/reactos/base/system/winlogon/winlogon.c @@ -12,8 +12,6 @@ #include "winlogon.h" -WINE_DEFAULT_DEBUG_CHANNEL(winlogon); - /* GLOBALS ******************************************************************/ HINSTANCE hAppInstance; diff --git a/reactos/base/system/winlogon/winlogon.h b/reactos/base/system/winlogon/winlogon.h index 403e0a8bf3e..e776124da81 100644 --- a/reactos/base/system/winlogon/winlogon.h +++ b/reactos/base/system/winlogon/winlogon.h @@ -46,6 +46,7 @@ #include #include +WINE_DEFAULT_DEBUG_CHANNEL(winlogon); #include "setup.h" #include "resource.h" @@ -329,5 +330,3 @@ BOOL WINAPI WlxDisconnect(VOID); DWORD WINAPI WlxQueryTerminalServicesData(HANDLE hWlx, PWLX_TERMINAL_SERVICES_DATA pTSData, WCHAR* UserName, WCHAR* Domain); #endif /* __WINLOGON_MAIN_H__ */ - -/* EOF */ diff --git a/reactos/base/system/winlogon/wlx.c b/reactos/base/system/winlogon/wlx.c index 2fe027f228b..13fa78084ab 100644 --- a/reactos/base/system/winlogon/wlx.c +++ b/reactos/base/system/winlogon/wlx.c @@ -12,8 +12,6 @@ #include "winlogon.h" -WINE_DEFAULT_DEBUG_CHANNEL(winlogon); - #define DESKTOP_ALL (DESKTOP_READOBJECTS | DESKTOP_CREATEWINDOW | \ DESKTOP_CREATEMENU | DESKTOP_HOOKCONTROL | DESKTOP_JOURNALRECORD | \ DESKTOP_JOURNALPLAYBACK | DESKTOP_ENUMERATE | DESKTOP_WRITEOBJECTS | \