Re: [Mingw-w64-public] [PATCH] _mingw.h.in: drop 'extern' from __forceinline macro

2014-09-30 Thread Marat Radchenko
On Tue, Sep 30, 2014 at 06:49:42PM +0800, JonY wrote: > On 9/28/2014 20:29, Marat Radchenko wrote: > > 1. In 6500e4fd, FORCEINLINE in winnt.h was fixed to omit 'extern' > > 2. In d66ee5e8, FORCEINLINE was also fixed in ntdef.h > > > > Hi, > > Sorry a

Re: [Mingw-w64-public] Release with changes from master?

2014-09-28 Thread Marat Radchenko
On Sun, Sep 28, 2014 at 08:30:25PM +0800, JonY wrote: > On 9/28/2014 19:04, Marat Radchenko wrote: > > b354505e fixes the fact that MinGW-W64 hides MsgWaitForMultipleObjects > > behind #ifndef NOGDI [1]. > > Done, backported all changes from master to v3.x for that pa

[Mingw-w64-public] [PATCH] _mingw.h.in: drop 'extern' from __forceinline macro

2014-09-28 Thread Marat Radchenko
1. In 6500e4fd, FORCEINLINE in winnt.h was fixed to omit 'extern' 2. In d66ee5e8, FORCEINLINE was also fixed in ntdef.h Now, it's time to fix one more definition. Cause for this change is still the same - 'extern' doesn't play with 'static': http://sourceforge.net/p/mingw-w64/mailman/message/28

[Mingw-w64-public] Release with changes from master?

2014-09-28 Thread Marat Radchenko
Are there any plans to make a release that includes `master` branch commits? More specifically, I am interested in b354505e: Author: Kai Tietz Date: Thu Dec 5 10:06:07 2013 + Add winapi-family feature, added missing Windows 7 + 8 stuff, consolidate header git-svn-id: sv