* Use isapnp.h as a PCH.

svn path=/trunk/; revision=52910
This commit is contained in:
Amine Khaldi 2011-07-26 22:16:41 +00:00
parent 6769b0f47a
commit 517c803854
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -1,4 +1,3 @@
#pragma once
#include <wdm.h>