mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed building with older Windows SDK
This commit is contained in:
parent
70ba3f2830
commit
c24b33d8d9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue