mirror of https://github.com/tongzx/nt5src
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.
19 lines
273 B
19 lines
273 B
#include <ndis.h>
|
|
|
|
#include <tdikrnl.h>
|
|
#include <tdistat.h>
|
|
|
|
#include "system.h"
|
|
|
|
#include "debug.h"
|
|
|
|
#include "rwanpub.h"
|
|
#include "rwandata.h"
|
|
#ifdef NT
|
|
#include "rwannt.h"
|
|
#include "rwanuser.h"
|
|
#endif // NT
|
|
#include "config.h"
|
|
#include "macros.h"
|
|
#include "externs.h"
|
|
|