* Add a PCH.

svn path=/trunk/; revision=52934
This commit is contained in:
Amine Khaldi 2011-07-27 19:33:08 +00:00
parent d2aa5d0656
commit 9b39cfb9a1
11 changed files with 15 additions and 16 deletions

View file

@ -23,8 +23,7 @@ list(APPEND SOURCE
${CMAKE_CURRENT_BINARY_DIR}/tdi.def)
add_library(tdi SHARED ${SOURCE})
add_pch(tdi precomp.h)
set_module_type(tdi kernelmodedriver)
add_importlibs(tdi ntoskrnl hal)
add_cd_file(TARGET tdi DESTINATION reactos/system32/drivers FOR all)

View file

@ -8,7 +8,7 @@
/* INCLUDES *****************************************************************/
#include <ntddk.h>
#include "precomp.h"
typedef struct _CTEBLOCK_EVENT
{

View file

@ -1,7 +1,7 @@
/* $Id$
*
*/
#include <ntddk.h>
#include "precomp.h"
/*
* @unimplemented

View file

@ -8,7 +8,7 @@
/* INCLUDES *****************************************************************/
#include <ntddk.h>
#include "precomp.h"
/* FIXME: Move to a common header! */
struct _CTE_DELAYED_EVENT;

View file

@ -2,7 +2,7 @@
* DESCRIPTION: Entry point for TDI.SYS
* (c) Captain Obvious
*/
#include <ntddk.h>
#include "precomp.h"
extern LONG CteTimeIncrement;

View file

@ -0,0 +1,3 @@
#include <ntddk.h>
#include <tdikrnl.h>
#include <tdi.h>

View file

@ -20,4 +20,5 @@
<file>obsolete.c</file>
<file>stubs.c</file>
</directory>
<pch>precomp.h</pch>
</module>

View file

@ -1,5 +1,4 @@
#include <ntddk.h>
#include <tdikrnl.h>
#include "precomp.h"
/* De-/Register Action IDs for TdiDeRegister */

View file

@ -2,9 +2,7 @@
*
* DESCRIPTION: Default TDI event handlers.
*/
#include <ntddk.h>
#include <tdi.h>
#include "precomp.h"
/*
* ClientEventChainedReceiveDatagram

View file

@ -2,7 +2,7 @@
*
*/
#include <ntddk.h>
#include "precomp.h"
/*
* @unimplemented
@ -10,7 +10,7 @@
VOID
NTAPI
TdiMapBuffer (
ULONG Unknown0
IN PMDL MdlChain
)
{
/* This function is absolete */
@ -23,7 +23,7 @@ TdiMapBuffer (
VOID
NTAPI
TdiUnmapBuffer (
ULONG Unknown0
IN PMDL MdlChain
)
{
/* This function is obsolete */

View file

@ -2,8 +2,7 @@
/* $Id$
*
*/
#include <ntddk.h>
#include <tdi.h>
#include "precomp.h"
/*
* @unimplemented