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.

79 lines
1.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. ftpdp.hxx
  7. Master include file for the FTP Server.
  8. FILE HISTORY:
  9. KeithMo 07-Mar-1993 Created.
  10. MuraliK April -1995 Added new dbgutil.h, ftpcmd.hxx etc.
  11. */
  12. #ifndef _FTPDP_HXX_
  13. #define _FTPDP_HXX_
  14. //
  15. // System include files.
  16. //
  17. extern "C" {
  18. # include <nt.h>
  19. # include <ntrtl.h>
  20. # include <nturtl.h>
  21. # include <windows.h>
  22. };
  23. extern "C"
  24. {
  25. #include <time.h>
  26. #include <lm.h>
  27. //
  28. // Project include files.
  29. //
  30. #include <iis64.h>
  31. # include <inetinfo.h>
  32. #include <ftpd.h>
  33. } // extern "C"
  34. #define _PARSE_HXX_
  35. #include "dbgutil.h"
  36. #include "reftrace.h"
  37. #include <tcpdll.hxx>
  38. #include <tsunami.hxx>
  39. #include <rdns.hxx>
  40. #include <metacach.hxx>
  41. //
  42. // Local include files.
  43. //
  44. #include "cons.hxx"
  45. #include "reply.hxx"
  46. #include "ftpinst.hxx"
  47. #include "type.hxx"
  48. #include "data.hxx"
  49. #include "proc.hxx"
  50. #include "msg.h"
  51. #include "ftpsvc.h"
  52. #include "stats.hxx"
  53. #pragma hdrstop
  54. #endif // _FTPDP_HXX_