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

2017-02-25 Thread JonY
On 02/25/2017 06:37 AM, Ruslan Garipov wrote: > This is the patch generated by `git-format-patch(1)`. > > Okay to apply to branch 'master'? > Looks good, go ahead. signature.asc Description: OpenPGP digital signature

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 >>

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

[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