diff options
Diffstat (limited to 'src/api/burn/balutil/precomp.h')
-rw-r--r-- | src/api/burn/balutil/precomp.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/api/burn/balutil/precomp.h b/src/api/burn/balutil/precomp.h index 64d4a6cf..ace4f3ec 100644 --- a/src/api/burn/balutil/precomp.h +++ b/src/api/burn/balutil/precomp.h | |||
@@ -13,20 +13,25 @@ | |||
13 | #include <msi.h> | 13 | #include <msi.h> |
14 | #include <wininet.h> | 14 | #include <wininet.h> |
15 | #include <CommCtrl.h> | 15 | #include <CommCtrl.h> |
16 | #include <intsafe.h> | ||
16 | #include <strsafe.h> | 17 | #include <strsafe.h> |
17 | 18 | ||
18 | #include <dutil.h> | 19 | #include <dutil.h> |
19 | #include <apputil.h> | 20 | #include <apputil.h> |
21 | #include <buffutil.h> | ||
20 | #include <pathutil.h> | 22 | #include <pathutil.h> |
21 | #include <locutil.h> | 23 | #include <locutil.h> |
22 | #include <memutil.h> | 24 | #include <memutil.h> |
23 | #include <dictutil.h> | 25 | #include <dictutil.h> |
26 | #include <fileutil.h> | ||
27 | #include <pipeutil.h> | ||
28 | #include <regutil.h> | ||
24 | #include <strutil.h> | 29 | #include <strutil.h> |
25 | #include <thmutil.h> | 30 | #include <thmutil.h> |
26 | #include <xmlutil.h> | 31 | #include <xmlutil.h> |
27 | 32 | ||
28 | #include <BootstrapperEngine.h> | 33 | #include <baenginetypes.h> |
29 | #include <BootstrapperApplication.h> | 34 | #include <batypes.h> |
30 | 35 | ||
31 | #include "IBootstrapperEngine.h" | 36 | #include "IBootstrapperEngine.h" |
32 | #include "IBootstrapperApplication.h" | 37 | #include "IBootstrapperApplication.h" |
@@ -39,3 +44,6 @@ | |||
39 | #include "balcondition.h" | 44 | #include "balcondition.h" |
40 | #include "balinfo.h" | 45 | #include "balinfo.h" |
41 | #include "balretry.h" | 46 | #include "balretry.h" |
47 | |||
48 | #include "BalBaseBAFunctionsProc.h" | ||
49 | #include "msg.h" | ||