Fix enabling SDL_DYNAMIC_API in OpenWatcom builds
This commit is contained in:
parent
3d52d04977
commit
f0566702c5
3 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue