diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/ext/Util/be/precomp.h | |
parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip |
Implement integrated build process
Diffstat (limited to 'src/ext/Util/be/precomp.h')
-rw-r--r-- | src/ext/Util/be/precomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/be/precomp.h b/src/ext/Util/be/precomp.h index 76d24c7b..bb36b3f3 100644 --- a/src/ext/Util/be/precomp.h +++ b/src/ext/Util/be/precomp.h | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | #include <msxml2.h> | 16 | #include <msxml2.h> |
17 | 17 | ||
18 | #define MAXUINT USHRT_MAX | 18 | // #define MAXUINT USHRT_MAX |
19 | 19 | ||
20 | #include <dutil.h> | 20 | #include <dutil.h> |
21 | #include <memutil.h> | 21 | #include <memutil.h> |