* Use priv.h as a PCH.

svn path=/trunk/; revision=52928
This commit is contained in:
Amine Khaldi 2011-07-27 19:28:40 +00:00
parent 33a5965db9
commit 637756876e
4 changed files with 2 additions and 7 deletions

View file

@ -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)

View file

@ -8,9 +8,6 @@
#include "priv.h"
#include "ksfunc.h"
/*
@implemented
*/

View file

@ -33,4 +33,5 @@
<file>worker.c</file>
<file>kcom.c</file>
<file>swenum.c</file>
<pch>priv.h</pch>
</module>

View file

@ -1,5 +1,3 @@
#pragma once
#define _KSDDK_
#include <ntifs.h>