From 7c3aaf80651070cb2de14cac2f0366f939a1f514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 24 Feb 2019 04:04:23 +0100 Subject: [PATCH] Win32: Fix OCR_HAND macro missing on MinGW Fixes #1438. --- src/win32_platform.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/win32_platform.h b/src/win32_platform.h index f08fee63..9a867c35 100644 --- a/src/win32_platform.h +++ b/src/win32_platform.h @@ -107,6 +107,9 @@ #ifndef USER_DEFAULT_SCREEN_DPI #define USER_DEFAULT_SCREEN_DPI 96 #endif +#ifndef OCR_HAND + #define OCR_HAND 32649 +#endif #if WINVER < 0x0601 typedef struct