Subject: | Win32 patch - support for mingw-w64 gcc toolchain |
Hi,
could you please confider the following path to _idea.c
#ifdef WIN32
+ #include <windows.h>
#include <wininet.h>
# else
#include <netinet/in.h>
# endif
The poposed patch works nice with:
- 32bit gcc3 by mingw.org
- 32bit gcc4 by mingw-w64.sf.net
- 64bit gcc4 by mingw-w64.sf.net
Thanks in advance for any feedback.
--
kmx
could you please confider the following path to _idea.c
#ifdef WIN32
+ #include <windows.h>
#include <wininet.h>
# else
#include <netinet/in.h>
# endif
The poposed patch works nice with:
- 32bit gcc3 by mingw.org
- 32bit gcc4 by mingw-w64.sf.net
- 64bit gcc4 by mingw-w64.sf.net
Thanks in advance for any feedback.
--
kmx