start of proper UWP support

This commit is contained in:
moonpower
2026-02-01 06:21:02 +01:00
parent f5e5be4b6d
commit 90c186fa4d
115 changed files with 55543 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@"
#define SDL_REVISION_NUMBER 0
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "@SDL_REVISION@"
#endif