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 DnsQuery_UTF8. DnsQuery_A and DnsQuery_UTF8 need DNS_RECORDA, but DnsQuery_W need DNS_RECORDW. If UNICODE defined, DnsQuery_A and DnsQuery_UTF8 will use incorrect parameter type, otherwise, DnsQuery_W will use incorrect parameter type. But DnsQuery always use the correct defined function, then we can leave *_A and *_W functions as it is. Can I change *_UTF8 functions use PDNS_RECORDA instead of PDNS_RECORD ? [1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms682016(v=vs.85).aspx Thanks, Dongsheng
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
