diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-27 16:54:28 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-28 14:23:08 -0500 |
commit | 681da11cfc9a266304b47b88843cb8a365015c63 (patch) | |
tree | d670f3a45d15d1fe43c8d5dee04b2dac548d8cf6 /src/burn/engine/search.h | |
parent | 7860559202d01cef07a9996d2c12606ac8d56221 (diff) | |
download | wix-681da11cfc9a266304b47b88843cb8a365015c63.tar.gz wix-681da11cfc9a266304b47b88843cb8a365015c63.tar.bz2 wix-681da11cfc9a266304b47b88843cb8a365015c63.zip |
Add ability to disable file system redirection for File/DirectorySearch
Fixes 5476
Diffstat (limited to 'src/burn/engine/search.h')
-rw-r--r-- | src/burn/engine/search.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/search.h b/src/burn/engine/search.h index bc53f197..341fe1aa 100644 --- a/src/burn/engine/search.h +++ b/src/burn/engine/search.h | |||
@@ -88,6 +88,7 @@ typedef struct _BURN_SEARCH | |||
88 | { | 88 | { |
89 | BURN_FILE_SEARCH_TYPE Type; | 89 | BURN_FILE_SEARCH_TYPE Type; |
90 | LPWSTR sczPath; | 90 | LPWSTR sczPath; |
91 | BOOL fDisableFileRedirection; | ||
91 | } FileSearch; | 92 | } FileSearch; |
92 | struct | 93 | struct |
93 | { | 94 | { |