diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-29 21:30:21 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-10-24 20:03:38 -0500 |
commit | d3bd9187857fb42218925c4b9192b25f82e81db6 (patch) | |
tree | 343676fc10abebb08845ad8d2a390ef550a0a17b /src/dutil/precomp.h | |
parent | d1d31466bb9f2e887a277807d60378afef9cc57d (diff) | |
download | wix-d3bd9187857fb42218925c4b9192b25f82e81db6.tar.gz wix-d3bd9187857fb42218925c4b9192b25f82e81db6.tar.bz2 wix-d3bd9187857fb42218925c4b9192b25f82e81db6.zip |
Update apuputil and deputil to not use DWORD64 for versions.
Diffstat (limited to '')
-rw-r--r-- | src/dutil/precomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/precomp.h b/src/dutil/precomp.h index be58860c..f8f3b944 100644 --- a/src/dutil/precomp.h +++ b/src/dutil/precomp.h | |||
@@ -43,6 +43,7 @@ | |||
43 | 43 | ||
44 | #include "dutilsources.h" | 44 | #include "dutilsources.h" |
45 | #include "dutil.h" | 45 | #include "dutil.h" |
46 | #include "verutil.h" | ||
46 | #include "aclutil.h" | 47 | #include "aclutil.h" |
47 | #include "atomutil.h" | 48 | #include "atomutil.h" |
48 | #include "buffutil.h" | 49 | #include "buffutil.h" |
@@ -89,7 +90,6 @@ | |||
89 | #include "uncutil.h" | 90 | #include "uncutil.h" |
90 | #include "uriutil.h" | 91 | #include "uriutil.h" |
91 | #include "userutil.h" | 92 | #include "userutil.h" |
92 | #include "verutil.h" | ||
93 | #include "wiutil.h" | 93 | #include "wiutil.h" |
94 | #include "wuautil.h" | 94 | #include "wuautil.h" |
95 | #include <comutil.h> // This header is needed for msxml2.h to compile correctly | 95 | #include <comutil.h> // This header is needed for msxml2.h to compile correctly |