[SETUPAPI]

* Use setupapi_private.h as a PCH.

svn path=/trunk/; revision=52977
This commit is contained in:
Amine Khaldi 2011-07-28 15:56:35 +00:00
parent be4f89d5a9
commit 33869114eb
2 changed files with 2 additions and 0 deletions

View file

@ -57,5 +57,6 @@ add_importlibs(setupapi
kernel32
ntdll)
add_pch(setupapi setupapi_private.h)
add_cd_file(TARGET setupapi DESTINATION reactos/system32 FOR all)
add_importlib_target(setupapi.spec)

View file

@ -40,4 +40,5 @@
<file>stubs.c</file>
<file>rpc.c</file>
<file>setupapi.rc</file>
<pch>setupapi_private.h</pch>
</module>