mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[KS]
* Use priv.h as a PCH. svn path=/trunk/; revision=52928
This commit is contained in:
parent
33a5965db9
commit
637756876e
4 changed files with 2 additions and 7 deletions
|
@ -40,9 +40,8 @@ set_subsystem(ks native)
|
|||
set_image_base(ks 0x00010000)
|
||||
|
||||
target_link_libraries(ks ${PSEH_LIB})
|
||||
|
||||
add_pch(ks priv.h)
|
||||
add_importlibs(ks ntoskrnl hal)
|
||||
add_dependencies(ks psdk bugcodes)
|
||||
|
||||
add_cd_file(TARGET ks DESTINATION reactos/system32/drivers FOR all)
|
||||
add_importlib_target(ks.spec)
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
|
||||
#include "priv.h"
|
||||
|
||||
#include "ksfunc.h"
|
||||
|
||||
|
||||
/*
|
||||
@implemented
|
||||
*/
|
||||
|
|
|
@ -33,4 +33,5 @@
|
|||
<file>worker.c</file>
|
||||
<file>kcom.c</file>
|
||||
<file>swenum.c</file>
|
||||
<pch>priv.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#define _KSDDK_
|
||||
|
||||
#include <ntifs.h>
|
||||
|
|
Loading…
Reference in a new issue