[Mingw-w64-public] [PATCH] comip.h: Don't use templates for functions that don't use its parameters.

2014-10-30 Thread Jacek Caban
This fixes: https://bugzilla.mozilla.org/show_bug.cgi?id=1088848 --- mingw-w64-headers/include/comip.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mingw-w64-headers/include/comip.h b/mingw-w64-headers/include/comip.h index 396b888..5d47bd6 100644 --- a/mi

Re: [Mingw-w64-public] [PATCH] comip.h: Don't use templates for functions that don't use its parameters.

2014-10-30 Thread Kai Tietz
Hi Jacek, 2014-10-30 12:30 GMT+01:00 Jacek Caban : > This fixes: > https://bugzilla.mozilla.org/show_bug.cgi?id=1088848 > > --- > mingw-w64-headers/include/comip.h | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) Patch is ok. Please apply. Thanks, Kai --

[Mingw-w64-public] [Project News | New Builds]

2014-10-30 Thread niXman
Hi, The MinGW-W64 online installer[1] has been updated after fixing the bug[2]. Please try to test it and report any bugs. Special thanks to C Bergström for sponsoring the installer licence renewal! [1] http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal

Re: [Mingw-w64-public] [Project News | New Builds]

2014-10-30 Thread niXman
Also, the sources of the mingw-w64-installer is now published as part of the mingw-builds scripts project. https://github.com/niXman/mingw-builds/tree/develop/mingw-builds-install --