mirror of
https://github.com/yawut/SDL.git
synced 2026-09-17 13:37:12 -05:00
* Added a destructor to clean up TLS memory at thread shutdown * Refactored the TLS code to have platform independent code and a small platform dependent core with a fallback to generic code if platform dependent functions fail. * Fixed recursion issues with SDL_GetErrBuf()