mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[TCPIP]
* Improve the PCH. svn path=/trunk/; revision=52933
This commit is contained in:
parent
b4e47b9704
commit
d2aa5d0656
3 changed files with 1 additions and 3 deletions
|
@ -34,3 +34,4 @@
|
||||||
#include <ports.h>
|
#include <ports.h>
|
||||||
#include <ipifcons.h>
|
#include <ipifcons.h>
|
||||||
#include <chew/chew.h>
|
#include <chew/chew.h>
|
||||||
|
#include <pseh/pseh2.h>
|
|
@ -10,8 +10,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
#include <pseh/pseh2.h>
|
|
||||||
|
|
||||||
|
|
||||||
NTSTATUS IRPFinish( PIRP Irp, NTSTATUS Status ) {
|
NTSTATUS IRPFinish( PIRP Irp, NTSTATUS Status ) {
|
||||||
KIRQL OldIrql;
|
KIRQL OldIrql;
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
#include <route.h>
|
|
||||||
|
|
||||||
VOID AddEntity(ULONG EntityType, PVOID Context, ULONG Flags)
|
VOID AddEntity(ULONG EntityType, PVOID Context, ULONG Flags)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue