浏览代码

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

Ryan C. Gordon 3 年之前
父节点
当前提交
80c1ddbe97
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/dynapi/SDL_dynapi.c

+ 1 - 1
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);