diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-29 10:28:53 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-29 15:08:37 -0500 |
commit | 7cca75c8e95f129a21c33f1f4568e90e9e397f9d (patch) | |
tree | cb9890caa1ac8bc891d444b6376a5e9f997ca1e3 /src/burn/engine/precomp.h | |
parent | 3ff6428a068bafd74d8ec072a5fc261c33cc2019 (diff) | |
download | wix-7cca75c8e95f129a21c33f1f4568e90e9e397f9d.tar.gz wix-7cca75c8e95f129a21c33f1f4568e90e9e397f9d.tar.bz2 wix-7cca75c8e95f129a21c33f1f4568e90e9e397f9d.zip |
Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.
Diffstat (limited to 'src/burn/engine/precomp.h')
-rw-r--r-- | src/burn/engine/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/precomp.h b/src/burn/engine/precomp.h index bc7046f6..e2d1b5cd 100644 --- a/src/burn/engine/precomp.h +++ b/src/burn/engine/precomp.h | |||
@@ -46,6 +46,7 @@ | |||
46 | #include <srputil.h> | 46 | #include <srputil.h> |
47 | #include <strutil.h> | 47 | #include <strutil.h> |
48 | #include <svcutil.h> | 48 | #include <svcutil.h> |
49 | #include <thrdutil.h> | ||
49 | #include <userutil.h> | 50 | #include <userutil.h> |
50 | #include <wiutil.h> | 51 | #include <wiutil.h> |
51 | #include <wuautil.h> | 52 | #include <wuautil.h> |