diff options
-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> |