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.

83 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. #include <stdio.h>
  30. #include <stdarg.h>
  31. #include <stdlib.h>
  32. #include <string.h>
  33. #include <tchar.h>
  34. #include "dbgutil.h"
  35. //
  36. // Project include files.
  37. //
  38. #include <iis64.h>
  39. #include <inetcom.h>
  40. #include <inetamsg.h>
  41. #ifdef __cplusplus
  42. } // extern "C"
  43. #endif // __cplusplus
  44. #include <tcpproc.h>
  45. #include <svcloc.h>
  46. #define SECURITY_WIN32
  47. #include <sspi.h> // Security Support Provider APIs
  48. #include <schnlsp.h>
  49. #include <lonsi.hxx>
  50. #include "globals.hxx"
  51. #include <iiscnfgp.h>
  52. #include <wintrust.h>
  53. typedef
  54. LONG (WINAPI *PFN_WinVerifyTrust)(IN OPTIONAL HWND hwnd,
  55. IN GUID *pgActionID,
  56. IN LPVOID pWintrustData);
  57. #pragma hdrstop
  58. #endif // _TCPDLLP_H_