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.

35 lines
587 B

  1. ////////////////////////////////////////////////
  2. // fudebug.h
  3. //
  4. // September.3,1997 H.Ishida (FPL)
  5. //
  6. // COPYRIGHT(C) FUJITSU LIMITED 1997
  7. #ifndef fudebug_h
  8. #define fudebug_h
  9. //
  10. // #if DBG && defined(TRACE_DDI)
  11. // #define TRACEDDI(a) dbgPrintf a;
  12. // #else
  13. // #define TRACEDDI(a)
  14. // #endif
  15. //
  16. //
  17. // #if DBG && defined(TRACE_OUT)
  18. // #define TRACEOUT(a) dbgPrintf a;
  19. // #else
  20. // #define TRACEOUT(a)
  21. // #endif
  22. //
  23. // #if DBG
  24. // void dbgPrintf(LPSTR pszMsg, ...);
  25. // #endif
  26. //
  27. #define DDI_VERBOSE VERBOSE
  28. #endif // !fudebug_h
  29. // end of fudebug.h