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
327 B
27 lines
327 B
/*++
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
All rights reserved
|
|
|
|
Module Name:
|
|
|
|
Debug.h
|
|
|
|
Abstract:
|
|
|
|
Debug header for DynaMon
|
|
|
|
Environment:
|
|
|
|
User Mode -Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef MODULE
|
|
#define MODULE "DynaMon:"
|
|
#define MODULE_DEBUG DynaMonDebug
|
|
#define LINK_SPLLIB
|
|
#endif
|
|
|