| Summary: | fix SDL_thread.h for emx | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | thread | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | OS/2 | ||
| Attachments: |
SDL_thread.h patch for os2 /emx
SDL_thread.h os2 /emx patch for SDL1.2 |
||
Created attachment 2958 [details]
SDL_thread.h os2 /emx patch for SDL1.2
And here is an SDL1.2 version of the patch.
|
Created attachment 2957 [details] SDL_thread.h patch for os2 /emx 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.)