diff include/SDL_compat.h @ 4468:82f357a91d43

SDL_KillThread() is no longer supported - it was always dangerous! :)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 May 2010 22:56:36 -0700
parents faa9fc8e7f67
children aa8888658021
line wrap: on
line diff
--- a/include/SDL_compat.h	Mon May 17 23:13:33 2010 -0700
+++ b/include/SDL_compat.h	Mon May 24 22:56:36 2010 -0700
@@ -324,6 +324,7 @@
 #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);