diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-29 19:16:30 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 21:40:34 +1000 |
| commit | 1a0190bd31953a5ffb68cac75866328dccbf03f2 (patch) | |
| tree | 56a063bc5ac84b72b62baa71b590d2e26379cf37 /src/engine/precomp.h | |
| parent | 0354a00e74492ad8d930c5bf499bc8606e48b1c9 (diff) | |
| download | wix-1a0190bd31953a5ffb68cac75866328dccbf03f2.tar.gz wix-1a0190bd31953a5ffb68cac75866328dccbf03f2.tar.bz2 wix-1a0190bd31953a5ffb68cac75866328dccbf03f2.zip | |
Add support for ExtensionSearches.
Diffstat (limited to 'src/engine/precomp.h')
| -rw-r--r-- | src/engine/precomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/precomp.h b/src/engine/precomp.h index 780822a1..7aa7dafa 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h | |||
| @@ -68,7 +68,6 @@ | |||
| 68 | #include "variant.h" | 68 | #include "variant.h" |
| 69 | #include "variable.h" | 69 | #include "variable.h" |
| 70 | #include "condition.h" | 70 | #include "condition.h" |
| 71 | #include "search.h" | ||
| 72 | #include "section.h" | 71 | #include "section.h" |
| 73 | #include "approvedexe.h" | 72 | #include "approvedexe.h" |
| 74 | #include "container.h" | 73 | #include "container.h" |
| @@ -76,6 +75,7 @@ | |||
| 76 | #include "payload.h" | 75 | #include "payload.h" |
| 77 | #include "cabextract.h" | 76 | #include "cabextract.h" |
| 78 | #include "burnextension.h" | 77 | #include "burnextension.h" |
| 78 | #include "search.h" | ||
| 79 | #include "userexperience.h" | 79 | #include "userexperience.h" |
| 80 | #include "package.h" | 80 | #include "package.h" |
| 81 | #include "update.h" | 81 | #include "update.h" |
