Fix enabling SDL_DYNAMIC_API in OpenWatcom builds

This commit is contained in:
Cameron Cawley 2022-05-19 16:58:11 +01:00 committed by Ozkan Sezer
parent 3d52d04977
commit f0566702c5
3 changed files with 2 additions and 4 deletions

View file

@ -43,10 +43,9 @@
#if SDL_DYNAMIC_API
#include "dynapi/SDL_dynapi_overrides.h"
/* force DECLSPEC and SDLCALL off...it's all internal symbols now.
/* force DECLSPEC off...it's all internal symbols now.
These will have actual #defines during SDL_dynapi.c only */
#define DECLSPEC
#define SDLCALL
#endif
#include "SDL_config.h"