| Summary: | SDL_net build fixes for OS/2 | ||
|---|---|---|---|
| Product: | SDL_net | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | OS/2 | ||
| Attachments: |
sdlnet_os2.patch
sdlnet_os2_2.patch |
||
Fixed, thanks! https://hg.libsdl.org/SDL_net/rev/08b8e85c1911 Created attachment 3035 [details]
sdlnet_os2_2.patch
Attached a correction patch to the FIXME I added:
IBM OS/2 socket implementation doesn't provide a function to reset
socket errno: therefore, do not set errno in SDLNet_SetLastError().
(forgot reopening after attaching the 2nd patch) This is in! https://hg.libsdl.org/SDL_net/rev/936c77fee373 |
Created attachment 3032 [details] sdlnet_os2.patch The attached patch applies some OS/2 build fixes to SDL_net when using Open Watcom. Regards.