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.

29 lines
639 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: ssodebug.hxx
  7. //
  8. // Contents: Query Local C++ Header File
  9. //
  10. // History: 25 Oct 1996 Alanw Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. #if CIDBG == 1
  15. DECLARE_DEBUG(ixsso)
  16. #define ixssoDebugOut( x ) ixssoInlineDebugOut x
  17. #define DEB_IDISPATCH 0x00010000
  18. #define DEB_REFCOUNTS 0x00020000
  19. #else // CIDBG == 0
  20. #define ixssoDebugOut( x )
  21. #endif // CIDBG