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.

27 lines
540 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: CIADebug.hxx
  7. //
  8. // Contents: Content Index Debugging Help
  9. //
  10. //
  11. // History: 26-Nov-96 KyleP Created.
  12. //
  13. //----------------------------------------------------------------------------
  14. #pragma once
  15. #if DBG == 1
  16. DECLARE_DEBUG(cia);
  17. # define ciaDebugOut( x ) ciaInlineDebugOut x
  18. #else // DBG == 0
  19. # define ciaDebugOut( x )
  20. #endif // DBG == 1