From 80c1ddbe970081421c8051d9fa4fc15ce969d67b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 26 Nov 2022 09:48:34 -0500 Subject: [PATCH] dynapi: Bumped dynapi version to 2, so SDL2 libs don't conflict. --- src/dynapi/SDL_dynapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dynapi/SDL_dynapi.c b/src/dynapi/SDL_dynapi.c index 6fc363844..6b69dfed1 100644 --- a/src/dynapi/SDL_dynapi.c +++ b/src/dynapi/SDL_dynapi.c @@ -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);