[Mingw-w64-public] Issue with loader from binutils-2.16 for x86_64-w64-mingw32

2016-02-04 Thread Rainer Emrich
There's a real issue with the loader from the binutils-2.16 release. ld fails to build proper executables in several cases on x64_64-w64-mingw32. I opened Bug 19531 on sourceware.org, see https://sourceware.org/bugzilla/show_bug.cgi?id=19531 but got no comment so far. Anybody here who has the ski

Re: [Mingw-w64-public] [PATCH 1/2] Make dnsapi.def up to date.

2016-02-04 Thread Kai Tietz
Hi Dongsheng, zes, adjusting the UTF9 variant sounds to me sensible. As it is a real prototype we can adjust that here AFAICS. If there are no objections by other people, I am fine with that. Thanks, Kai 2016-02-04 10:36 GMT+01:00 Dongsheng Song : > On 2016-02-04 16:44, Kai Tietz wrote: >> Hi,

Re: [Mingw-w64-public] [PATCH 1/2] Make dnsapi.def up to date.

2016-02-04 Thread Dongsheng Song
On 2016-02-04 16:44, Kai Tietz wrote: > Hi, > > thanks for regenerating file. Patch is ok for apply. > > Thanks, > Kai Thanks for your quick review, pushed. BTW: I have no good solution for DNS functions which use PDNS_RECORD. e.g. DnsQuery [1] have 3 variant, DnsQuery_A, DnsQuery_W and DnsQue

Re: [Mingw-w64-public] [PATCH 2/2] Since Windows XP, M$ recommend use DnsFree instead of DnsRecordListFree.

2016-02-04 Thread Kai Tietz
Hi, patch is ok. Thanks for taking care. Thanks, Kai 2016-02-04 9:12 GMT+01:00 宋冬生 : > --- > mingw-w64-headers/include/windns.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/mingw-w64-headers/include/windns.h > b/mingw-w64-headers/include/windns.h > index 35d4222..bf710f2 1006

Re: [Mingw-w64-public] [PATCH 1/2] Make dnsapi.def up to date.

2016-02-04 Thread Kai Tietz
Hi, thanks for regenerating file. Patch is ok for apply. Thanks, Kai 2016-02-04 9:12 GMT+01:00 宋冬生 : > The original version base is Windows 2K, lots of functions missing from > Windows XP and later. > > Base is Windows 10. > --- > mingw-w64-crt/lib32/dnsapi.def | 233 > +++

[Mingw-w64-public] [PATCH 2/2] Since Windows XP, M$ recommend use DnsFree instead of DnsRecordListFree.

2016-02-04 Thread 宋冬生
--- mingw-w64-headers/include/windns.h | 4 1 file changed, 4 insertions(+) diff --git a/mingw-w64-headers/include/windns.h b/mingw-w64-headers/include/windns.h index 35d4222..bf710f2 100644 --- a/mingw-w64-headers/include/windns.h +++ b/mingw-w64-headers/include/windns.h @@ -758,7 +758,11

[Mingw-w64-public] [PATCH 1/2] Make dnsapi.def up to date.

2016-02-04 Thread 宋冬生
The original version base is Windows 2K, lots of functions missing from Windows XP and later. Base is Windows 10. --- mingw-w64-crt/lib32/dnsapi.def | 233 - mingw-w64-crt/lib64/dnsapi.def | 94 +++-- 2 files changed, 318 insertions(+), 9 delet

[Mingw-w64-public] [PATCH 0/2] dnsapi update

2016-02-04 Thread 宋冬生
宋冬生 (2): Make dnsapi.def up to date. Since Windows XP, M$ recommend use DnsFree instead of DnsRecordListFree. mingw-w64-crt/lib32/dnsapi.def | 233 - mingw-w64-crt/lib64/dnsapi.def | 94 ++- mingw-w64-headers/include/windns.h | 4