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.

52 lines
991 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. //
  4. // File: smtpdbg.h
  5. //
  6. // Description: Header file for SMTP debug extension
  7. //
  8. // Author: Mike Swafford (MikeSwa)
  9. //
  10. // History:
  11. // 7/4/99 - MikeSwa Created
  12. //
  13. // Copyright (C) 1999 Microsoft Corporation
  14. //
  15. //-----------------------------------------------------------------------------
  16. #ifndef __SMTPDBG_H__
  17. #define __SMTPDBG_H__
  18. #define BUILDING_SMTP_DEBUG_EXTENTIONS
  19. #define _ANSI_UNICODE_STRINGS_DEFINED_
  20. #define INCL_INETSRV_INCS
  21. #include <smtpinc.h>
  22. //
  23. // ATL includes
  24. //
  25. #define _ATL_NO_DEBUG_CRT
  26. #define _ASSERTE _ASSERT
  27. #define _WINDLL
  28. #include "atlbase.h"
  29. extern CComModule _Module;
  30. #include "atlcom.h"
  31. #undef _WINDLL
  32. //
  33. // SEO includes
  34. //
  35. #include <seo.h>
  36. #include <seolib.h>
  37. #include <memory.h>
  38. #include <smtpdbg.h>
  39. #include <smtpcli.hxx>
  40. #include <smtpinst.hxx>
  41. #include <stats.hxx>
  42. #include <dropdir.hxx>
  43. #include <smtpout.hxx>
  44. #include <dbgdumpx.h>
  45. #endif //__SMTPDBG_H__