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.

81 lines
1.0 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompiled header for winipsec.dll.
  7. Author:
  8. abhisheV 21-September-1999
  9. Environment:
  10. User Level: Win32
  11. Revision History:
  12. --*/
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <stddef.h>
  20. #include <ntddrdr.h>
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #include <stdio.h>
  25. #include <string.h>
  26. #include <rpc.h>
  27. #include <windows.h>
  28. #include <winddiui.h>
  29. #include <wininet.h>
  30. #include "shlobj.h"
  31. #include <tchar.h>
  32. #ifdef __cplusplus
  33. extern "C" {
  34. #endif
  35. #include <dsrole.h>
  36. #include <dsgetdc.h>
  37. #include <wininet.h>
  38. #include <activeds.h>
  39. #include <ntdsapi.h>
  40. #ifdef __cplusplus
  41. }
  42. #endif
  43. #include <lmcons.h>
  44. #include <lmapibuf.h>
  45. #include "winsock2.h"
  46. #include "winsock.h"
  47. #include "spd_c.h"
  48. #include "winipsec.h"
  49. #include "externs.h"
  50. #include "utils.h"
  51. #include "client.h"
  52. #include "ipsecshr.h"
  53. #define BAIL_ON_WIN32_ERROR(dwError) \
  54. if (dwError) { \
  55. goto error; \
  56. }