Source code of Windows XP (NT5)
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
496 B

  1. /*+
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. XsData.c
  5. Abstract:
  6. Global data declarations for XACTSRV.
  7. Author:
  8. David Treadwell (davidtr) 05-Jan-1991
  9. Shanku Niyogi (w-shanku)
  10. Revision History:
  11. --*/
  12. #include <XactSrvP.h>
  13. //
  14. // Conditional debug print variable. See XsDebug.h.
  15. // !!! If you change this, also change XsDebug in ..\SvcDlls\XsSvc\XsData.c
  16. //
  17. #if DBG
  18. DWORD XsDebug = 0; // DEBUG_API_ERRORS | DEBUG_ERRORS;
  19. #endif
  20. //DWORD XsDebug = 0xFFFFFFFF;