From 0bda2285a3523a58675320b0b4ff54bc7afe472b Mon Sep 17 00:00:00 2001 From: Sean Hall <r.sean.hall@gmail.com> Date: Mon, 18 Jan 2021 22:23:41 -0600 Subject: Fix error tracing, DUTIL_SOURCE_DEFAULT wasn't defined the same in the stub and engine.lib. --- src/stub/precomp.h | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ #include <windows.h> +#include <dutilsources.h> + +#define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL + #include <dutil.h> #include <apputil.h> #include <strutil.h> -- cgit v1.2.3-55-g6feb