mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[ISAPNP]
* Use isapnp.h as a PCH. svn path=/trunk/; revision=52910
This commit is contained in:
parent
6769b0f47a
commit
517c803854
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#include <wdm.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue