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
389 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. dbgns.hxx
  6. Abstract:
  7. Debug Library namspace header
  8. Author:
  9. Steve Kiraly (SteveKi) 7-May-1997
  10. Revision History:
  11. --*/
  12. #ifndef _DBGNS_HXX_
  13. #define _DBGNS_HXX_
  14. #define DEBUG_NS NDebug
  15. #define DEBUG_NS_BEGIN namespace DEBUG_NS {
  16. #define DEBUG_NS_END }
  17. #endif // _DBGNS_HXX_