From 54ff6ee4087b74dd3c075f2cac6100f0542c87dd Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 12 Jun 2025 13:23:34 +1000 Subject: Squash some warnings, mostly by defining constants symbolically. --- win32/PlatWin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32/PlatWin.h') diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 1edad6044..2ffc4a5fb 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -18,6 +18,8 @@ constexpr FLOAT dpiDefault = USER_DEFAULT_SCREEN_DPI; // Used for defining font size with LOGFONT constexpr int pointsPerInch = 72; +constexpr UINT codePageWindowsLatin = 1252; + extern void Platform_Initialise(void *hInstance) noexcept; extern void Platform_Finalise(bool fromDllMain) noexcept; -- cgit v1.2.3