mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[NDIS]
* Improve the PCH. svn path=/trunk/; revision=52932
This commit is contained in:
parent
064303ad3d
commit
b4e47b9704
4 changed files with 1 additions and 5 deletions
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
#include "miniport.h"
|
#include "miniport.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
|
#include "efilter.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
||||||
/* Exported functions */
|
/* Exported functions */
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
#include "efilter.h"
|
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -12,9 +12,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
#include "efilter.h"
|
|
||||||
|
|
||||||
#include <buffer.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define to 1 to get a debugger breakpoint at the end of NdisInitializeWrapper
|
* Define to 1 to get a debugger breakpoint at the end of NdisInitializeWrapper
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
#include <buffer.h>
|
|
||||||
|
|
||||||
#define SERVICES_KEY L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\"
|
#define SERVICES_KEY L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\"
|
||||||
#define LINKAGE_KEY L"\\Linkage"
|
#define LINKAGE_KEY L"\\Linkage"
|
||||||
|
|
Loading…
Reference in a new issue