@joebigelow / wix-1 / commits / 0bda2285

Fix error tracing, DUTIL_SOURCE_DEFAULT wasn't defined the same in the stub and engine.lib.

Sean Hall committed Jan 18, 2021 at 22:23 UTC 0bda2285a3523a58675320b0b4ff54bc7afe472b
1 file changed +4
src/stub/precomp.h
+4
@@ -4,6 +4,10 @@
4
5 #include <windows.h>
6
7 +#include <dutilsources.h>
8 +
9 +#define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL
10 +
11 #include <dutil.h>
12 #include <apputil.h>
13 #include <strutil.h>