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.

23 lines
591 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. //
  4. // File: smtpdump.cpp
  5. //
  6. // Description: C file that build the extenstions defined in smtpflds.h
  7. //
  8. // Author: Mike Swafford (MikeSwa)
  9. //
  10. // History:
  11. // 2/22/99 - GPulla created
  12. // 7/4/99 - MikeSwa Updated and checked in
  13. //
  14. // Copyright (C) 1999 Microsoft Corporation
  15. //
  16. //-----------------------------------------------------------------------------
  17. #define _ANSI_UNICODE_STRINGS_DEFINED_
  18. #include "smtpdbg.h"
  19. PEXTLIB_INIT_ROUTINE g_pExtensionInitRoutine = NULL;
  20. #include "smtpflds.h"