diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-18 22:23:41 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-18 22:28:00 -0600 |
commit | 0bda2285a3523a58675320b0b4ff54bc7afe472b (patch) | |
tree | beec0e5d908ad40db9b27dae8b26f7bccd1966c5 | |
parent | 2b1973c7fc4be8dd2a3e0c95ef43d3742278d0cd (diff) | |
download | wix-0bda2285a3523a58675320b0b4ff54bc7afe472b.tar.gz wix-0bda2285a3523a58675320b0b4ff54bc7afe472b.tar.bz2 wix-0bda2285a3523a58675320b0b4ff54bc7afe472b.zip |
Fix error tracing, DUTIL_SOURCE_DEFAULT wasn't defined the same in the stub and engine.lib.
-rw-r--r-- | src/stub/precomp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stub/precomp.h b/src/stub/precomp.h index c8301a0f..ad0988b5 100644 --- a/src/stub/precomp.h +++ b/src/stub/precomp.h | |||
@@ -4,6 +4,10 @@ | |||
4 | 4 | ||
5 | #include <windows.h> | 5 | #include <windows.h> |
6 | 6 | ||
7 | #include <dutilsources.h> | ||
8 | |||
9 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL | ||
10 | |||
7 | #include <dutil.h> | 11 | #include <dutil.h> |
8 | #include <apputil.h> | 12 | #include <apputil.h> |
9 | #include <strutil.h> | 13 | #include <strutil.h> |