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.

32 lines
523 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windows.h>
  5. #include <stdlib.h>
  6. #include <limits.h>
  7. #include <io.h>
  8. #include <stdio.h>
  9. #include <wchar.h>
  10. #include <dsgetdc.h>
  11. #include <lm.h>
  12. #define UNICODE
  13. #include <winldap.h>
  14. #include <ipsec.h>
  15. #include <oakdefs.h>
  16. #include <polstructs.h>
  17. #include "winsock2.h"
  18. #include "winsock.h"
  19. #include "spd_c.h"
  20. #include "ipsecshr.h"
  21. #define BAIL_ON_WIN32_ERROR(dwError) \
  22. if (dwError) { \
  23. goto error; \
  24. }