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.

28 lines
590 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: gibdebug.hxx
  7. //
  8. // Contents: Query Local C++ Header File
  9. //
  10. // History: 96/Jan/3 DwightKr Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. #if CIDBG == 1
  15. DECLARE_DEBUG(ciGib)
  16. #define ciGibDebugOut( x ) ciGibInlineDebugOut x
  17. #define DEB_GIB_REQUEST 0x00010000
  18. #else // CIDBG == 0
  19. #define ciGibDebugOut( x )
  20. #endif // CIDBG