diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-06-03 18:32:44 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-06-04 14:57:11 -0500 |
| commit | c661b773f8ae37bbdea6da25a57d3626e7113920 (patch) | |
| tree | 3d4dd37651f3e6e64a614ede99b55037faf79dd7 /src/ext | |
| parent | 089295bf2eb1274da2326e5864afc905070a2832 (diff) | |
| download | wix-c661b773f8ae37bbdea6da25a57d3626e7113920.tar.gz wix-c661b773f8ae37bbdea6da25a57d3626e7113920.tar.bz2 wix-c661b773f8ae37bbdea6da25a57d3626e7113920.zip | |
In thmutil when drawing images, use GDI+ and the actual dimensions.
Partial fix for #6155
Fixes #4106
Diffstat (limited to 'src/ext')
| -rw-r--r-- | src/ext/Bal/Samples/bafunctions/precomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/Samples/bafunctions/precomp.h b/src/ext/Bal/Samples/bafunctions/precomp.h index 9d2fe726..832d2250 100644 --- a/src/ext/Bal/Samples/bafunctions/precomp.h +++ b/src/ext/Bal/Samples/bafunctions/precomp.h | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | // Standard WiX header files, include as required | 20 | // Standard WiX header files, include as required |
| 21 | #include "dutil.h" | 21 | #include "dutil.h" |
| 22 | //#include "memutil.h" | 22 | //#include "memutil.h" |
| 23 | //#include "dictutil.h" | 23 | #include "dictutil.h" |
| 24 | //#include "dirutil.h" | 24 | //#include "dirutil.h" |
| 25 | #include "fileutil.h" | 25 | #include "fileutil.h" |
| 26 | #include "locutil.h" | 26 | #include "locutil.h" |
