diff options
author | Bob Arnson <bob@firegiant.com> | 2020-07-06 12:34:48 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-07-06 12:39:18 -0400 |
commit | c134594328bd63fb19b88239694523f04108030e (patch) | |
tree | 7196012533c8497b0e1f2081b3ddb284367482ba /src/ca/precomp.h | |
parent | e761a7cb8dff5ceba9d91eae85c53867950f6819 (diff) | |
download | wix-c134594328bd63fb19b88239694523f04108030e.tar.gz wix-c134594328bd63fb19b88239694523f04108030e.tar.bz2 wix-c134594328bd63fb19b88239694523f04108030e.zip |
Add per-platform custom action support.
Diffstat (limited to 'src/ca/precomp.h')
-rw-r--r-- | src/ca/precomp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ca/precomp.h b/src/ca/precomp.h index 08454d3a..266d543c 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h | |||
@@ -24,3 +24,5 @@ | |||
24 | #include "sca.h" | 24 | #include "sca.h" |
25 | #include "scacost.h" | 25 | #include "scacost.h" |
26 | #include "scasqlstr.h" | 26 | #include "scasqlstr.h" |
27 | |||
28 | #include "caDecor.h" | ||