aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/search.h')
-rw-r--r--src/burn/engine/search.h1
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 {