mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 08:12:44 +00:00
[APPWIZ]
* Use appwiz.h as a PCH. svn path=/trunk/; revision=52953
This commit is contained in:
parent
810eb713c2
commit
d3506f9de1
3 changed files with 2 additions and 2 deletions
|
@ -23,4 +23,5 @@ add_importlibs(appwiz
|
|||
shell32
|
||||
kernel32)
|
||||
|
||||
add_pch(appwiz appwiz.h)
|
||||
add_cd_file(TARGET appwiz DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#define COBJMACROS
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
|
|
@ -12,4 +12,5 @@
|
|||
<file>appwiz.c</file>
|
||||
<file>createlink.c</file>
|
||||
<file>appwiz.rc</file>
|
||||
<pch>appwiz.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue