mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Fixed building with older Windows SDK
This commit is contained in:
@@ -95,6 +95,14 @@
|
|||||||
#define TOUCHEVENTF_PEN 0x0040
|
#define TOUCHEVENTF_PEN 0x0040
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MAPVK_VK_TO_VSC_EX
|
||||||
|
#define MAPVK_VK_TO_VSC_EX 4
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef WC_ERR_INVALID_CHARS
|
||||||
|
#define WC_ERR_INVALID_CHARS 0x00000080
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef IS_HIGH_SURROGATE
|
#ifndef IS_HIGH_SURROGATE
|
||||||
#define IS_HIGH_SURROGATE(x) (((x) >= 0xd800) && ((x) <= 0xdbff))
|
#define IS_HIGH_SURROGATE(x) (((x) >= 0xd800) && ((x) <= 0xdbff))
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user