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.

89 lines
1.6 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1994 **/
  4. /**********************************************************************/
  5. /*
  6. tcpdllp.h
  7. Private tcpdll include for precompiled headers
  8. FILE HISTORY:
  9. Johnl 04-Oct-1995 Created.
  10. MuraliK 21-Feb-1995 Added dbgutil.h
  11. Private copy of all the includes defined here to avoid
  12. problems of compilation from old tcpdebug.h macros!
  13. */
  14. #ifndef _TCPDLLP_H_
  15. #define _TCPDLLP_H_
  16. #define dllexp __declspec( dllexport )
  17. //
  18. // System include files.
  19. //
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. #include <nt.h>
  24. #include <ntrtl.h>
  25. #include <nturtl.h>
  26. #include <windows.h>
  27. #include <winsock2.h>
  28. #include <lm.h>
  29. #define SECURITY_WIN32
  30. #include <sspi.h> // Security Support Provider APIs
  31. #include <stdio.h>
  32. #include <stdarg.h>
  33. #include <stdlib.h>
  34. #include <string.h>
  35. #include <tchar.h>
  36. # include "dbgutil.h"
  37. #include <inetcom.h>
  38. #include <inetinfo.h>
  39. #include <inetamsg.h>
  40. #ifdef __cplusplus
  41. } // extern "C"
  42. #include <iistypes.hxx>
  43. #include <rdns.hxx>
  44. #include <tsunami.hxx>
  45. #endif // __cplusplus
  46. #include <tcpcons.h>
  47. #ifdef __cplusplus
  48. extern "C" {
  49. #endif // __cplusplus
  50. //
  51. // Project include files.
  52. //
  53. #include <tcpproc.h>
  54. #ifdef __cplusplus
  55. } // extern "C"
  56. #endif // __cplusplus
  57. #pragma hdrstop
  58. #endif // _TCPDLLP_H_