windows-nt/Source/XPSP1/NT/net/rras/ndis/ndiswan/wan.h
2020-09-26 16:20:57 +08:00

60 lines
900 B
C

/*++
Copyright (c) 1990-1995 Microsoft Corporation
Module Name:
Wan.h
Abstract:
This file contains all include files for the NdisWan driver.
Author:
Tony Bell (TonyBe) June 06, 1995
Environment:
Kernel Mode
Revision History:
TonyBe 06/06/95 Created
--*/
#include <ndis.h>
#include <ndiswan.h>
#include <ndistapi.h>
#include <xfilter.h>
#include <ntddk.h>
#include <ndisprv.h>
#include "wandefs.h"
#include "debug.h"
#include "wanpub.h"
#include "transdrv.h"
#include "wantypes.h"
#include "adapter.h"
#include "global.h"
#include "wanproto.h"
#include <rc4.h>
#include "compress.h"
#include "tcpip.h"
#include "vjslip.h"
#include "isnipx.h"
#include "nbfconst.h"
#include "nbfhdrs.h"
//
// The contents of the following header files
// need to be added to appropriate header files
//
//#include "ndisadd.h" // ndis.h
#include "transdrv.h"