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.

52 lines
768 B

  1. /*++
  2. Copyright (c) 1990-1995 Microsoft Corporation
  3. Module Name:
  4. Wan.h
  5. Abstract:
  6. This file contains all include files for the NdisWan driver.
  7. Author:
  8. Tony Bell (TonyBe) June 06, 1995
  9. Environment:
  10. Kernel Mode
  11. Revision History:
  12. TonyBe 06/06/95 Created
  13. --*/
  14. #include <ndis.h>
  15. #include <ndiswan.h>
  16. #include <ndistapi.h>
  17. #include <xfilter.h>
  18. #include <ntddk.h>
  19. #include <ndisprv.h>
  20. #include "wandefs.h"
  21. #include "debug.h"
  22. #include "wanpub.h"
  23. #include "wantypes.h"
  24. #include "adapter.h"
  25. #include "global.h"
  26. #include "wanproto.h"
  27. #include <rc4.h>
  28. #include "compress.h"
  29. #include "tcpip.h"
  30. #include "vjslip.h"
  31. #include "isnipx.h"
  32. #include "nbfconst.h"
  33. #include "nbfhdrs.h"