diff options
Diffstat (limited to 'src/wixstdba/precomp.h')
-rw-r--r-- | src/wixstdba/precomp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wixstdba/precomp.h b/src/wixstdba/precomp.h index a0390fe2..925a80ce 100644 --- a/src/wixstdba/precomp.h +++ b/src/wixstdba/precomp.h | |||
@@ -3,7 +3,12 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | #include <windows.h> | 5 | #include <windows.h> |
6 | |||
7 | #pragma warning(push) | ||
8 | #pragma warning(disable:4458) // declaration of 'xxx' hides class member | ||
6 | #include <gdiplus.h> | 9 | #include <gdiplus.h> |
10 | #pragma warning(pop) | ||
11 | |||
7 | #include <msiquery.h> | 12 | #include <msiquery.h> |
8 | #include <objbase.h> | 13 | #include <objbase.h> |
9 | #include <shlobj.h> | 14 | #include <shlobj.h> |