[SERENUM]

* Use serenum.h as a PCH.

svn path=/trunk/; revision=52935
This commit is contained in:
Amine Khaldi 2011-07-27 19:34:11 +00:00
parent 9b39cfb9a1
commit 232fcfc377
4 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ add_library(serenum SHARED
serenum.c
serenum.rc)
add_pch(serenum serenum.h)
set_module_type(serenum kernelmodedriver)
add_importlibs(serenum ntoskrnl hal)
add_cd_file(TARGET serenum DESTINATION reactos/system32/drivers FOR all)

View file

@ -8,7 +8,6 @@
*/
#include "serenum.h"
#include <stdarg.h>
static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion;

View file

@ -11,6 +11,7 @@
#include <ntddk.h>
#include <ntddser.h>
#include <stdio.h>
#include <stdarg.h>
#include <debug.h>
typedef enum

View file

@ -9,4 +9,5 @@
<file>pdo.c</file>
<file>serenum.c</file>
<file>serenum.rc</file>
<pch>serenum.h</pch>
</module>