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

/*++
Copyright (c) 1998-1999 Microsoft Corporation
All rights reserved.
Module Name:
dbgns.hxx
Abstract:
Debug Library namspace header
Author:
Steve Kiraly (SteveKi) 7-May-1997
Revision History:
--*/
#ifndef _DBGNS_HXX_
#define _DBGNS_HXX_
#define DEBUG_NS NDebug
#define DEBUG_NS_BEGIN namespace DEBUG_NS {
#define DEBUG_NS_END }
#endif // _DBGNS_HXX_