diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-01 09:36:12 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-09 10:33:49 -0600 |
commit | 3f8e35223216ebbe7f6683a5031a5a97bbc66d5a (patch) | |
tree | 2cd73b5fab393dc6c4d6cca5da481ef6bbaf4518 /src/engine/precomp.h | |
parent | d21eed76c48960707561c45c492c10a6a23c052e (diff) | |
download | wix-3f8e35223216ebbe7f6683a5031a5a97bbc66d5a.tar.gz wix-3f8e35223216ebbe7f6683a5031a5a97bbc66d5a.tar.bz2 wix-3f8e35223216ebbe7f6683a5031a5a97bbc66d5a.zip |
Update splash screen to be per-monitor DPI aware.
Remove GDI+ from engine since the higher quality scaling isn't worth the additional dependency.
Diffstat (limited to 'src/engine/precomp.h')
-rw-r--r-- | src/engine/precomp.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/engine/precomp.h b/src/engine/precomp.h index c60d7c0e..b5c5e65e 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h | |||
@@ -6,11 +6,6 @@ | |||
6 | #include <aclapi.h> | 6 | #include <aclapi.h> |
7 | #include <Bits.h> | 7 | #include <Bits.h> |
8 | 8 | ||
9 | #pragma warning(push) | ||
10 | #pragma warning(disable:4458) // declaration of 'xxx' hides class member | ||
11 | #include <gdiplus.h> | ||
12 | #pragma warning(pop) | ||
13 | |||
14 | #include <math.h> | 9 | #include <math.h> |
15 | #include <msiquery.h> | 10 | #include <msiquery.h> |
16 | #include <sddl.h> | 11 | #include <sddl.h> |
@@ -37,7 +32,6 @@ | |||
37 | #include <cryputil.h> | 32 | #include <cryputil.h> |
38 | #include <dirutil.h> | 33 | #include <dirutil.h> |
39 | #include <fileutil.h> | 34 | #include <fileutil.h> |
40 | #include <gdiputil.h> | ||
41 | #include <guidutil.h> | 35 | #include <guidutil.h> |
42 | #include <logutil.h> | 36 | #include <logutil.h> |
43 | #include <memutil.h> | 37 | #include <memutil.h> |
@@ -60,6 +54,7 @@ | |||
60 | #include <dlutil.h> | 54 | #include <dlutil.h> |
61 | #include <atomutil.h> | 55 | #include <atomutil.h> |
62 | #include <apuputil.h> | 56 | #include <apuputil.h> |
57 | #include <dpiutil.h> | ||
63 | 58 | ||
64 | #include "..\WixToolset.BootstrapperCore.Native\inc\BootstrapperEngine.h" | 59 | #include "..\WixToolset.BootstrapperCore.Native\inc\BootstrapperEngine.h" |
65 | #include "..\WixToolset.BootstrapperCore.Native\inc\BootstrapperApplication.h" | 60 | #include "..\WixToolset.BootstrapperCore.Native\inc\BootstrapperApplication.h" |