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.

31 lines
437 B

  1. // dutils.h
  2. #pragma once
  3. /*
  4. extern "C" void MBTrace(LPCTSTR szFormat, ...);
  5. extern "C" void FTrace(LPCTSTR szFormat, ...);
  6. extern "C" void Trace(LPCTSTR szFormat, ...);
  7. #ifdef USE_FTRACE
  8. #define TRACE FTrace
  9. #else
  10. #ifndef _DEBUG
  11. #define TRACE 1 ? (void)0 : ::Trace
  12. #else
  13. #define TRACE ::Trace
  14. #endif
  15. */
  16. #ifdef _ASSERT
  17. #undef _ASSERT
  18. #endif
  19. #include <wbemutil.h>
  20. //#endif // #ifdef USE_FTRACE