From 7563d1bce013254b9209cb53c257a266b2630877 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Tue, 24 May 2022 15:47:54 +0900 Subject: [PATCH] Win32: Include imm.h to support input methods --- src/win32_platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32_platform.h b/src/win32_platform.h index 9bd08d68..1e9985a9 100644 --- a/src/win32_platform.h +++ b/src/win32_platform.h @@ -69,6 +69,7 @@ #include #include #include +#include // HACK: Define macros that some windows.h variants don't #ifndef WM_MOUSEHWHEEL