Win32: Fix standard cursors not being DPI aware

Closes #1431.
This commit is contained in:
Max Risuhin
2019-02-11 19:14:03 +02:00
committed by Camilla Löwy
parent 90e22947c6
commit cf79f06257
2 changed files with 12 additions and 8 deletions
+3
View File
@@ -61,6 +61,9 @@
// GLFW uses DirectInput8 interfaces
#define DIRECTINPUT_VERSION 0x0800
// Enable standard cursors images defines
#define OEMRESOURCE
#include <wctype.h>
#include <windows.h>
#include <dinput.h>