* Add a PCH.

svn path=/trunk/; revision=52981
This commit is contained in:
Amine Khaldi 2011-07-28 16:16:18 +00:00
parent 2419e4895b
commit 5d6fa88775
3 changed files with 39 additions and 0 deletions

View file

@ -32,4 +32,5 @@ list(APPEND SOURCE
transport/udp/udp.c) transport/udp/udp.c)
add_library(ip ${SOURCE}) add_library(ip ${SOURCE})
add_pch(ip precomp.h)
add_dependencies(ip bugcodes) add_dependencies(ip bugcodes)

View file

@ -41,4 +41,5 @@
<file>udp.c</file> <file>udp.c</file>
</directory> </directory>
</directory> </directory>
<pch>precomp.h</pch>
</module> </module>

View file

@ -0,0 +1,37 @@
#include <limits.h>
#include <ntddk.h>
#include <ntifs.h>
#include <tags.h>
#include <tdi.h>
#include <tdistat.h>
#include <tcpip.h>
#include <loopback.h>
#include <ip.h>
#include <lan.h>
#include <datagram.h>
#include <checksum.h>
#include <address.h>
#include <routines.h>
#include <info.h>
#include <neighbor.h>
#include <route.h>
#include <receive.h>
#include <transmit.h>
#include <router.h>
#include <pool.h>
#include <rawip.h>
#include <icmp.h>
#include <udp.h>
#include <tcp.h>
#include <arp.h>
#include <tilists.h>
#include <dispatch.h>
#include <fileobjs.h>
#include <lock.h>
#include <wait.h>
#include <oskittcp.h>
#include <interface.h>
#include <ports.h>
#include <ipifcons.h>
#include <chew/chew.h>
#include <pseh/pseh2.h>