From 88c5f658974fed5800b8c81ea3479abb0a35ec0f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 27 Aug 2017 18:49:36 -0700 Subject: [PATCH] SDL_dynapi.h: revert commit a6da0a386f68 in order to enable dynapi [ optional ] --- src/dynapi/SDL_dynapi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dynapi/SDL_dynapi.h b/src/dynapi/SDL_dynapi.h index 62343d928..adb2c3623 100644 --- a/src/dynapi/SDL_dynapi.h +++ b/src/dynapi/SDL_dynapi.h @@ -55,8 +55,6 @@ #define SDL_DYNAMIC_API 0 #elif defined(__clang_analyzer__) #define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */ -#elif defined(__OS2__) -#define SDL_DYNAMIC_API 0 #endif /* everyone else. This is where we turn on the API if nothing forced it off. */