@pazos But when I put in the PR for removing SDL 1.2 you said something like "be gone legacy stuff /thumbs up" :P
@jbenwell We do that manually with
https://github.com/koreader/ffi-cdecl As long as it's in SDL2_0_decl.c it should be fine.
Anyway, if you really must put in that condition, you should use the SDL_Linked_Version_AtLeast function I put in place for that very reason. Well, except I implicitly did not intend for it to check for 2.0.1, just for newer than 2.0.4. It's quite possible the program is broken on <2.0.4 because no one's tested that in half a decade.