Win32: Fix OCR_HAND macro missing on MinGW

Fixes #1438.
master
Camilla Löwy ago%!(EXTRA string=7 years)
parent 44af6bb936
commit 7c3aaf8065
  1. 3
      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

Loading…
Cancel
Save