mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[WINLOGON]
* Set the default debugging channel globally through the main header. CORE-7716 svn path=/trunk/; revision=61522
This commit is contained in:
parent
1fb4d1d63d
commit
5aa676b878
7 changed files with 1 additions and 14 deletions
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include "winlogon.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
||||
|
||||
/* GLOBALS ******************************************************************/
|
||||
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
#include "winlogon.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
||||
|
||||
/* GLOBALS ******************************************************************/
|
||||
|
||||
#define WINLOGON_SAS_CLASS L"SAS Window class"
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
#include "winlogon.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
#ifndef USE_GETLASTINPUTINFO
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
#include "winlogon.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
DWORD
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include "winlogon.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
||||
|
||||
/* GLOBALS ******************************************************************/
|
||||
|
||||
HINSTANCE hAppInstance;
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
#include <reactos/winlogon.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
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 */
|
||||
|
|
|
@ -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 | \
|
||||
|
|
Loading…
Reference in a new issue