[I8042PRT]

* Use i8042prt.h as a PCH.

svn path=/trunk/; revision=52924
This commit is contained in:
Amine Khaldi 2011-07-27 18:58:27 +00:00
parent a79af2e728
commit c909ff6f02
3 changed files with 2 additions and 3 deletions

View file

@ -16,5 +16,5 @@ add_library(i8042prt SHARED
set_module_type(i8042prt kernelmodedriver) set_module_type(i8042prt kernelmodedriver)
add_importlibs(i8042prt ntoskrnl hal) add_importlibs(i8042prt ntoskrnl hal)
add_pch(i8042prt i8042prt.h)
add_cd_file(TARGET i8042prt DESTINATION reactos/system32/drivers NO_CAB FOR all) add_cd_file(TARGET i8042prt DESTINATION reactos/system32/drivers NO_CAB FOR all)

View file

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

View file

@ -15,4 +15,5 @@
<file>registry.c</file> <file>registry.c</file>
<file>setup.c</file> <file>setup.c</file>
<file>i8042prt.rc</file> <file>i8042prt.rc</file>
<pch>i8042prt.h</pch>
</module> </module>