diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-27 20:35:12 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-27 20:38:48 -0600 |
commit | 0e41fb8be9690ca7b81ec4df0734ead1978a9cf0 (patch) | |
tree | 6f3bb0ddd07107b50b579285f2423b6ff8c403c4 /src/stub/precomp.h | |
parent | 84e3b69bdd1b6811dec8041ebc2a23020ac4c179 (diff) | |
download | wix-0e41fb8be9690ca7b81ec4df0734ead1978a9cf0.tar.gz wix-0e41fb8be9690ca7b81ec4df0734ead1978a9cf0.tar.bz2 wix-0e41fb8be9690ca7b81ec4df0734ead1978a9cf0.zip |
When logging at the debug level, log errors from all sources.
Diffstat (limited to 'src/stub/precomp.h')
-rw-r--r-- | src/stub/precomp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stub/precomp.h b/src/stub/precomp.h index ad0988b5..bb7ded9c 100644 --- a/src/stub/precomp.h +++ b/src/stub/precomp.h | |||
@@ -5,8 +5,7 @@ | |||
5 | #include <windows.h> | 5 | #include <windows.h> |
6 | 6 | ||
7 | #include <dutilsources.h> | 7 | #include <dutilsources.h> |
8 | 8 | #include <burnsources.h> | |
9 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL | ||
10 | 9 | ||
11 | #include <dutil.h> | 10 | #include <dutil.h> |
12 | #include <apputil.h> | 11 | #include <apputil.h> |