NT4/private/net/xactsrv/xsdata.c
2020-09-30 17:12:29 +02:00

34 lines
496 B
C

/*+
Copyright (c) 1991 Microsoft Corporation
Module Name:
XsData.c
Abstract:
Global data declarations for XACTSRV.
Author:
David Treadwell (davidtr) 05-Jan-1991
Shanku Niyogi (w-shanku)
Revision History:
--*/
#include <XactSrvP.h>
//
// Conditional debug print variable. See XsDebug.h.
// !!! If you change this, also change XsDebug in ..\SvcDlls\XsSvc\XsData.c
//
#if DBG
DWORD XsDebug = 0; // DEBUG_API_ERRORS | DEBUG_ERRORS;
#endif
//DWORD XsDebug = 0xFFFFFFFF;