SDL_KillThread() is no longer supported - it was always dangerous! :)

This commit is contained in:
Sam Lantinga 2010-05-24 22:56:36 -07:00
parent 21099fe988
commit 52154ae7e4
4 changed files with 1 additions and 17 deletions

View file

@ -324,6 +324,7 @@ extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable);
#define SDL_RenderPoint SDL_RenderDrawPoint
#define SDL_RenderLine SDL_RenderDrawLine
#define SDL_RenderFill(X) (X) ? SDL_RenderFillRect(X) : SDL_RenderClear()
#define SDL_KillThread(X)
extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);