diff options
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index de99a5fc0..dcda7c944 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -13,6 +13,7 @@ namespace Scintilla::Internal { #ifndef USER_DEFAULT_SCREEN_DPI #define USER_DEFAULT_SCREEN_DPI 96 #endif +constexpr FLOAT dpiDefault = USER_DEFAULT_SCREEN_DPI; extern void Platform_Initialise(void *hInstance) noexcept; |