* Set the default debugging channel globally through the main header.
CORE-7716
svn path=/trunk/; revision=61439
* COPYRIGHT: Copyright 2013 Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* FUNCTIONS ***************************************************************/
NTSTATUS
* COPYRIGHT: Copyright 2012 Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* GLOBALS *****************************************************************/
static HANDLE SamKeyHandle = NULL;
* COPYRIGHT: Copyright 2013 Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* FUNCTIONS ***************************************************************/
NTSTATUS
* COPYRIGHT: Copyright 2013 Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* FUNCTIONS ***************************************************************/
NTSTATUS
* PROGRAMMERS: Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
/* FUNCTIONS ***************************************************************/
static
* PROGRAMMERS: Eric Kohl
*/
-/* INCLUDES ******************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
/* GLOBALS *******************************************************************/
static SID_IDENTIFIER_AUTHORITY NtSidAuthority = {SECURITY_NT_AUTHORITY};
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/* INCLUDES *****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* GLOBALS *******************************************************************/
ENCRYPTED_NT_OWF_PASSWORD EmptyNtHash;
#include <sam_s.h>
#include <wine/debug.h>
+WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
#include "resources.h"
* PROGRAMMERS: Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* GLOBALS *****************************************************************/
static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
* PROGRAMMERS: Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* GLOBALS *****************************************************************/
#define TICKS_PER_SECOND 10000000LL
SID_IDENTIFIER_AUTHORITY SecurityNtAuthority = {SECURITY_NT_AUTHORITY};
-
/* FUNCTIONS ***************************************************************/
static BOOL
* COPYRIGHT: Copyright 2013 Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
/* FUNCTIONS ***************************************************************/
NTSTATUS
* PROGRAMMERS: Eric Kohl
*/
-/* INCLUDES ****************************************************************/
-
#include "samsrv.h"
-WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
-
-
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ***************************************************************/
INT