dynapi: Bumped dynapi version to 2, so SDL2 libs don't conflict.

main
Ryan C. Gordon 2022-11-26 09:48:34 -05:00
parent ce9f3173cd
commit 80c1ddbe97
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
we'll forget to bump every time we add a function, so this is the
failsafe switch for major API change decisions. Respect it and use it
sparingly. */
#define SDL_DYNAPI_VERSION 1
#define SDL_DYNAPI_VERSION 2
static void SDL_InitDynamicAPI(void);