Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

42 lines
528 B

/*++
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 <efilter.h>
#include <ntddk.h>
#include <ndisprv.h>
#include "wandefs.h"
#include "wanpub.h"
#include "wantypes.h"
#include "adapter.h"
#include "global.h"
#include "wanproto.h"