Leaked source code of windows server 2003
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
637 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999.
  5. //
  6. // File: dbgproxy.hxx
  7. //
  8. // Contents: Proxy debugging defines
  9. //
  10. // History: 16-Sep-96 dlee Created.
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. #if CIDBG == 1
  15. DECLARE_DEBUG( prx )
  16. #define prxDebugOut( x ) prxInlineDebugOut x
  17. #define DEB_PRX_LOG 0x00010000
  18. #define DEB_PRX_MSGS 0x00020000
  19. #else // CIDBG == 0
  20. #define prxDebugOut( x )
  21. #endif // CIDBG