From 5f5d5d07c3ea8bead4241d6cce9ee14be226610b Mon Sep 17 00:00:00 2001 From: vimene Date: Tue, 21 Nov 2023 02:26:46 +0100 Subject: started working on windows support --- x86_64-w64-mingw32/include/SDL2/SDL_revision.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 x86_64-w64-mingw32/include/SDL2/SDL_revision.h (limited to 'x86_64-w64-mingw32/include/SDL2/SDL_revision.h') diff --git a/x86_64-w64-mingw32/include/SDL2/SDL_revision.h b/x86_64-w64-mingw32/include/SDL2/SDL_revision.h new file mode 100644 index 0000000..4455a08 --- /dev/null +++ b/x86_64-w64-mingw32/include/SDL2/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.5-0-g15ead9a40 (" SDL_VENDOR_INFO ")" +#else +#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40" +#endif +#define SDL_REVISION_NUMBER 0 -- cgit v1.2.3