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.
|
|
/*++
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 "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"
|