Commit 30fe9a67990ea7fd16ab6a339b24ba8d0c2089e3

Sam Lantinga 2017-08-27T18:49:36

SDL_dynapi.h: revert commit ee88fe3e353e in order to enable dynapi [ optional ]

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/dynapi/SDL_dynapi.h b/src/dynapi/SDL_dynapi.h
index 62343d9..adb2c36 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. */