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.

27 lines
327 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. Debug.h
  6. Abstract:
  7. Debug header for DynaMon
  8. Environment:
  9. User Mode -Win32
  10. Revision History:
  11. --*/
  12. #ifndef MODULE
  13. #define MODULE "DynaMon:"
  14. #define MODULE_DEBUG DynaMonDebug
  15. #define LINK_SPLLIB
  16. #endif