diff options
author | Markus Nißl <unknown> | 2022-11-26 22:28:13 +1100 |
---|---|---|
committer | Markus Nißl <unknown> | 2022-11-26 22:28:13 +1100 |
commit | a179c1bd5f83c7b6c649fadbf98ffb2309e50adc (patch) | |
tree | aab797c3e9b0abb491e6e5096aee13e8d8f8fce8 /scripts | |
parent | b9cef6c5e4baa41bfe1ff073d662153cb44880d7 (diff) | |
download | scintilla-mirror-a179c1bd5f83c7b6c649fadbf98ffb2309e50adc.tar.gz |
Bug [#2344]. Avoid blurry display with DirectWrite in GDI scaling mode.
https://sourceforge.net/p/scintilla/code/merge-requests/28/
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/HeaderOrder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index b47057e7b..c17d1897b 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -76,6 +76,7 @@ #include <commctrl.h> #include <richedit.h> #include <windowsx.h> +#include <shellscalingapi.h> #include <zmouse.h> #include <ole2.h> #include <d2d1.h> |