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.

89 lines
1.5 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1994 **/
  4. /**********************************************************************/
  5. /*
  6. tcpdll.h
  7. Master include file for the TCP services helper dll
  8. FILE HISTORY:
  9. Johnl 06-Oct-1993 Created.
  10. */
  11. #ifndef _TCPDLL_H_
  12. #define _TCPDLL_H_
  13. # if !defined( dllexp)
  14. #define dllexp __declspec( dllexport )
  15. # endif // dllexp
  16. //
  17. // System include files.
  18. //
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. #include <nt.h>
  23. #include <ntrtl.h>
  24. #include <nturtl.h>
  25. #include <windows.h>
  26. #include <winsock2.h>
  27. #include <lm.h>
  28. #define SECURITY_WIN32
  29. #include <sspi.h> // Security Support Provider APIs
  30. #include <stdio.h>
  31. #include <stdarg.h>
  32. #include <stdlib.h>
  33. #include <string.h>
  34. #include <tchar.h>
  35. #ifdef __cplusplus
  36. } // extern "C"
  37. #include <buffer.hxx>
  38. #include <string.hxx>
  39. #include <refb.hxx>
  40. #include <mimemap.hxx>
  41. #include <iistypes.hxx>
  42. #include <iisendp.hxx>
  43. #include <rdns.hxx>
  44. #include <tscache.hxx>
  45. #include <parse.hxx>
  46. #include <tsunami.hxx>
  47. #endif // __cplusplus
  48. #include <tcpcons.h>
  49. #ifdef __cplusplus
  50. extern "C" {
  51. #endif // __cplusplus
  52. //
  53. // Project include files.
  54. //
  55. #include <tcpproc.h>
  56. #include <atq.h>
  57. #include <inetcom.h>
  58. #include <inetinfo.h>
  59. #include <datetime.hxx>
  60. #ifdef __cplusplus
  61. } // extern "C"
  62. #endif // __cplusplus
  63. #endif // _TCPDLL_H_