removed QNX support.

This commit is contained in:
Ozkan Sezer 2022-11-22 20:23:40 +03:00
parent b6604a456f
commit 5cedc2f1ff
22 changed files with 5 additions and 1641 deletions

View file

@ -334,7 +334,7 @@ static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym)
return retval;
}
#elif defined(unix) || defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__) || defined(__QNX__)
#elif defined(unix) || defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__)
#include <dlfcn.h>
static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym)
{