* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61388
This commit is contained in:
Amine Khaldi 2013-12-24 22:26:13 +00:00
parent f9f55e5cb1
commit 3ebada04e3
13 changed files with 5 additions and 63 deletions

View file

@ -6,12 +6,8 @@
* COPYRIGHT: Copyright 2013 Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
typedef enum _LSA_TOKEN_INFORMATION_TYPE
{
LsaTokenInformationNull,

View file

@ -6,14 +6,8 @@
* COPYRIGHT: Copyright 2009 Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
static LIST_ENTRY LsapLogonContextList;
static HANDLE PortThreadHandle = NULL;

View file

@ -6,13 +6,8 @@
* COPYRIGHT: Copyright 2011 Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* GLOBALS *****************************************************************/
static HANDLE SecurityKeyHandle = NULL;

View file

@ -7,13 +7,8 @@
* PROGRAMMERS: Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* GLOBALS *****************************************************************/
typedef wchar_t *PSAMPR_SERVER_NAME;

View file

@ -7,13 +7,8 @@
* PROGRAMMERS: Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* GLOBALS *****************************************************************/
static RTL_CRITICAL_SECTION PolicyHandleTableLock;

View file

@ -6,13 +6,8 @@
* COPYRIGHT: Copyright 2006-2009 Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* FUNCTIONS ***************************************************************/
VOID

View file

@ -7,14 +7,17 @@
* PROGRAMMERS: Eric Kohl
*/
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#define NTOS_MODE_USER
#include <ndk/cmfuncs.h>
#include <ndk/kefuncs.h>
@ -30,15 +33,13 @@
#include <ntsam.h>
#include <ntlsa.h>
//#include <ntsecapi.h>
#include <sddl.h>
//#include <string.h>
#include <lsass.h>
#include <lsa_s.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
#include "resources.h"

View file

@ -6,13 +6,8 @@
* COPYRIGHT: Copyright 2011 Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* FUNCTIONS ***************************************************************/
NTSTATUS

View file

@ -9,9 +9,6 @@
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
typedef struct
{
LUID Luid;

View file

@ -7,12 +7,8 @@
* PROGRAMMERS: Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* FUNCTIONS ***************************************************************/
static

View file

@ -6,13 +6,8 @@
* COPYRIGHT: Copyright 2012 Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* FUNCTIONS ***************************************************************/
NTSTATUS

View file

@ -6,12 +6,8 @@
* COPYRIGHT: Copyright 2013 Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
typedef struct _LSAP_LOGON_SESSION
{
LIST_ENTRY Entry;

View file

@ -7,16 +7,8 @@
* PROGRAMMERS: Eric Kohl
*/
/* INCLUDES ****************************************************************/
#include "lsasrv.h"
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
/* GLOBALS *****************************************************************/
/* FUNCTIONS ***************************************************************/
INT