| Summary: | mingw-w64 support | ||
|---|---|---|---|
| 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_64 | ||
| OS: | Windows (All) | ||
| Attachments: |
x86_64 mingw-w64 support for SDL_net
x86_64 mingw-w64 support for SDL_net |
||
|
Description
Ozkan Sezer
2010-02-14 07:24:17 UTC
Created attachment 492 [details]
x86_64 mingw-w64 support for SDL_net
Created attachment 499 [details]
x86_64 mingw-w64 support for SDL_net
The first version of the patch missed changing SDLnetsys.h for winsock2 includes.
The attached new version handles that. Aside from mingw-w64, there is no reason
to use the obsoleted winsock-1.x in win64 which already always includes winsock2.
This is in, thanks! http://hg.libsdl.org/SDL_net/rev/859764335156 |