mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[SERENUM]
* Use serenum.h as a PCH. svn path=/trunk/; revision=52935
This commit is contained in:
parent
9b39cfb9a1
commit
232fcfc377
4 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ add_library(serenum SHARED
|
||||||
serenum.c
|
serenum.c
|
||||||
serenum.rc)
|
serenum.rc)
|
||||||
|
|
||||||
|
add_pch(serenum serenum.h)
|
||||||
set_module_type(serenum kernelmodedriver)
|
set_module_type(serenum kernelmodedriver)
|
||||||
add_importlibs(serenum ntoskrnl hal)
|
add_importlibs(serenum ntoskrnl hal)
|
||||||
|
|
||||||
add_cd_file(TARGET serenum DESTINATION reactos/system32/drivers FOR all)
|
add_cd_file(TARGET serenum DESTINATION reactos/system32/drivers FOR all)
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "serenum.h"
|
#include "serenum.h"
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion;
|
static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion;
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <ntddk.h>
|
#include <ntddk.h>
|
||||||
#include <ntddser.h>
|
#include <ntddser.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
|
@ -9,4 +9,5 @@
|
||||||
<file>pdo.c</file>
|
<file>pdo.c</file>
|
||||||
<file>serenum.c</file>
|
<file>serenum.c</file>
|
||||||
<file>serenum.rc</file>
|
<file>serenum.rc</file>
|
||||||
|
<pch>serenum.h</pch>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue