* Use appwiz.h as a PCH.

svn path=/trunk/; revision=52953
This commit is contained in:
Amine Khaldi 2011-07-28 14:51:16 +00:00
parent 810eb713c2
commit d3506f9de1
3 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,5 @@ add_importlibs(appwiz
shell32
kernel32)
add_pch(appwiz appwiz.h)
add_cd_file(TARGET appwiz DESTINATION reactos/system32 FOR all)

View file

@ -1,5 +1,3 @@
#pragma once
#define COBJMACROS
#include <windows.h>
#include <commctrl.h>

View file

@ -12,4 +12,5 @@
<file>appwiz.c</file>
<file>createlink.c</file>
<file>appwiz.rc</file>
<pch>appwiz.h</pch>
</module>