From 68d1c19455f596a09d9dcf40279ae9cf5a9c71de Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:39:38 +1000 Subject: Throw away 32-bit support --- lib/windows/include/SDL_revision.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/windows/include/SDL_revision.h (limited to 'lib/windows/include/SDL_revision.h') diff --git a/lib/windows/include/SDL_revision.h b/lib/windows/include/SDL_revision.h new file mode 100644 index 0000000..dd26edf --- /dev/null +++ b/lib/windows/include/SDL_revision.h @@ -0,0 +1,7 @@ +/* Generated by updaterev.sh, do not edit */ +#ifdef SDL_VENDOR_INFO +#define SDL_REVISION "SDL-release-2.28.0-0-gffa78e6be (" SDL_VENDOR_INFO ")" +#else +#define SDL_REVISION "SDL-release-2.28.0-0-gffa78e6be" +#endif +#define SDL_REVISION_NUMBER 0 -- cgit v1.2.3