mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-02 10:04:33 +00:00
Fixed building with older Windows SDK
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
|
||||
#include "SDL_windowswindow.h"
|
||||
|
||||
#ifndef USER_DEFAULT_SCREEN_DPI
|
||||
#define USER_DEFAULT_SCREEN_DPI 96
|
||||
#endif
|
||||
|
||||
#if WINVER < 0x0601
|
||||
/* Touch input definitions */
|
||||
#define TWF_FINETOUCH 1
|
||||
|
||||
Reference in New Issue
Block a user