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.

34 lines
637 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1991 - 1992.
  5. //
  6. // File: CIDEBUG.HXX
  7. //
  8. // Contents: Content Index Debugging Help
  9. //
  10. //
  11. // History: 02-Mar-91 BartoszM Created.
  12. //
  13. //----------------------------------------------------------------------------
  14. #pragma once
  15. #if CIDBG == 1
  16. DECLARE_DEBUG(web);
  17. # define webDebugOut( x ) webInlineDebugOut x
  18. #else // CIDBG == 0
  19. # define webDebugOut( x )
  20. #endif // CIDBG == 1
  21. // Debugging Flags
  22. #define DEB_NEVER (1 << 31)
  23. // Enum used for BackDoor commands