Commit c44e741bd99189101b73464527064ec3a70d0218

Sam Lantinga 2017-09-23T12:38:47

Fixed bug 3842 - fix SDL_thread.h for emx Ozkan Sezer EMX declares _beginthread() / _endthread() in stdlib.h, not process.h. The attached patch updates the OS/2 case of SDL_thread.h for it. (It also tidies the unreadable whitespace in win32 case.)