mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:21:42 +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"
|
#include "winlogon.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
|
||||||
|
|
||||||
/* GLOBALS ******************************************************************/
|
/* GLOBALS ******************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
|
|
||||||
#include "winlogon.h"
|
#include "winlogon.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
|
||||||
|
|
||||||
/* GLOBALS ******************************************************************/
|
/* GLOBALS ******************************************************************/
|
||||||
|
|
||||||
#define WINLOGON_SAS_CLASS L"SAS Window class"
|
#define WINLOGON_SAS_CLASS L"SAS Window class"
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
|
|
||||||
#include "winlogon.h"
|
#include "winlogon.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
|
||||||
|
|
||||||
/* FUNCTIONS ****************************************************************/
|
/* FUNCTIONS ****************************************************************/
|
||||||
|
|
||||||
#ifndef USE_GETLASTINPUTINFO
|
#ifndef USE_GETLASTINPUTINFO
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
|
|
||||||
#include "winlogon.h"
|
#include "winlogon.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
|
||||||
|
|
||||||
/* FUNCTIONS ****************************************************************/
|
/* FUNCTIONS ****************************************************************/
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
#include "winlogon.h"
|
#include "winlogon.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
|
||||||
|
|
||||||
/* GLOBALS ******************************************************************/
|
/* GLOBALS ******************************************************************/
|
||||||
|
|
||||||
HINSTANCE hAppInstance;
|
HINSTANCE hAppInstance;
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
#include <reactos/winlogon.h>
|
#include <reactos/winlogon.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
||||||
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "resource.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);
|
DWORD WINAPI WlxQueryTerminalServicesData(HANDLE hWlx, PWLX_TERMINAL_SERVICES_DATA pTSData, WCHAR* UserName, WCHAR* Domain);
|
||||||
|
|
||||||
#endif /* __WINLOGON_MAIN_H__ */
|
#endif /* __WINLOGON_MAIN_H__ */
|
||||||
|
|
||||||
/* EOF */
|
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
#include "winlogon.h"
|
#include "winlogon.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
|
|
||||||
|
|
||||||
#define DESKTOP_ALL (DESKTOP_READOBJECTS | DESKTOP_CREATEWINDOW | \
|
#define DESKTOP_ALL (DESKTOP_READOBJECTS | DESKTOP_CREATEWINDOW | \
|
||||||
DESKTOP_CREATEMENU | DESKTOP_HOOKCONTROL | DESKTOP_JOURNALRECORD | \
|
DESKTOP_CREATEMENU | DESKTOP_HOOKCONTROL | DESKTOP_JOURNALRECORD | \
|
||||||
DESKTOP_JOURNALPLAYBACK | DESKTOP_ENUMERATE | DESKTOP_WRITEOBJECTS | \
|
DESKTOP_JOURNALPLAYBACK | DESKTOP_ENUMERATE | DESKTOP_WRITEOBJECTS | \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue