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/test/BurnUnitTest/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/test/BurnUnitTest/precomp.h')
-rw-r--r-- | src/burn/test/BurnUnitTest/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/test/BurnUnitTest/precomp.h b/src/burn/test/BurnUnitTest/precomp.h index 92c8c4c0..69c62cb2 100644 --- a/src/burn/test/BurnUnitTest/precomp.h +++ b/src/burn/test/BurnUnitTest/precomp.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <resrutil.h> | 28 | #include <resrutil.h> |
29 | #include <shelutil.h> | 29 | #include <shelutil.h> |
30 | #include <strutil.h> | 30 | #include <strutil.h> |
31 | #include <thrdutil.h> | ||
31 | #include <wiutil.h> | 32 | #include <wiutil.h> |
32 | #include <xmlutil.h> | 33 | #include <xmlutil.h> |
33 | #include <dictutil.h> | 34 | #include <dictutil.h> |