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.

38 lines
549 B

  1. /*++
  2. Copyright (c) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompilation header file for IpSec NAT shim
  7. Author:
  8. Jonathan Burstein (jonburs) 10-July-2001
  9. Environment:
  10. Kernel mode
  11. Revision History:
  12. --*/
  13. #include <ntosp.h>
  14. #include <zwapi.h>
  15. #include <tcpipbase.h>
  16. #include "NsDebug.h"
  17. #include "NsProt.h"
  18. #include "cache.h"
  19. #include "NsPacket.h"
  20. #include "NsConn.h"
  21. #include "NsIcmp.h"
  22. #include "NsInit.h"
  23. #include "NsIpSec.h"
  24. #include "NsTimer.h"