Re: [Mingw-w64-public] Fwd: mungw-w64-v5.0.1

2017-02-24 Thread Adrien Nader
On Sat, Feb 25, 2017, JonY wrote: > On 02/25/2017 12:54 AM, Robert May wrote: > > --build alias - -host -alias --target -alias > > How did you even get that? --{build,host,target}-alias are valid configure options as far as I remmeber. However noone ever uses them. And here the copy-paste went co

Re: [Mingw-w64-public] [PATCH] comctl32.def: Add `LoadIconMetric`

2017-02-24 Thread Ruslan Garipov
This is the patch generated by `git-format-patch(1)`. Okay to apply to branch 'master'? On 25.02.2017 4:54, JonY wrote: > On 02/24/2017 02:15 PM, Ruslan Garipov wrote: >> According to [MSDN] [1] 'comctl32.dll' exports function >> `LoadIconMetric`, which is currently declared in mingw-w64's >> 'co

Re: [Mingw-w64-public] Fwd: mungw-w64-v5.0.1

2017-02-24 Thread JonY
On 02/25/2017 12:54 AM, Robert May wrote: > --build alias - -host -alias --target -alias How did you even get that? signature.asc Description: OpenPGP digital signature -- Check out the vibrant tech community on one of t

[Mingw-w64-public] Fwd: mungw-w64-v5.0.1

2017-02-24 Thread Robert May
Apologies for the attachment. After using the $ . / configure command I got a great screed printout that ensded with configure: error: . / configure failed for mingw-w64-crt After a bit more reading and using help I used a different command and this is what happened $ . / configure --build

Re: [Mingw-w64-public] [PATCH] comctl32.def: Add `LoadIconMetric`

2017-02-24 Thread JonY
On 02/24/2017 02:15 PM, Ruslan Garipov wrote: > According to [MSDN] [1] 'comctl32.dll' exports function > `LoadIconMetric`, which is currently declared in mingw-w64's > 'commctrl.h', but is missed in exporting declarations. This patch fixes > that. > > Please review. > Please use format-patch or

[Mingw-w64-public] [PATCH] comctl32.def: Add `LoadIconMetric`

2017-02-24 Thread Ruslan Garipov
According to [MSDN] [1] 'comctl32.dll' exports function `LoadIconMetric`, which is currently declared in mingw-w64's 'commctrl.h', but is missed in exporting declarations. This patch fixes that. Please review. --- mingw-w64-crt/lib32/comctl32.def | 1 + mingw-w64-crt/lib64/comctl32.def | 1 + 2