Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
529 B

/*+
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;