Hi Felix On Tuesday 30 April 2013 02:14:29 spoc...@gmx.net wrote: > proxy.c:417:23: error: 'WINHTTP_AUTO_DETECT_TYPE_DHCP' undeclared (first > use in this function) > proxy.c:417:55: error: 'WINHTTP_AUTO_DETECT_TYPE_DNS_A' undeclared > (first use in this function) > proxy.c:438:32: error: 'WINHTTP_AUTOPROXY_CONFIG_URL' undeclared (first > use in this function)
Your mingw-w64-x86-64-dev is too old, missing support for WinHTTP. Try with testing/unstable or install them directly from upstream. Regards Heiko