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

2014-09-28 Thread Ozkan Sezer
On 9/28/14, JonY wrote: > On 9/28/2014 19:04, Marat Radchenko wrote: >> 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-famil

Re: [Mingw-w64-public] [PATCH] winpthread: use GetSystemTimeAsFileTime instead of _ftime

2014-09-28 Thread NAKAI Yuta
> From: j...@videolan.org > To: mingw-w64-public@lists.sourceforge.net > Date: Fri, 26 Sep 2014 20:06:55 +0200 > Subject: [Mingw-w64-public] [PATCH] winpthread: use GetSystemTimeAsFileTime > instead of _ftime > > First, _ftime is not present in all msvcrt

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 particular header. Wow, thanks

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

2014-09-28 Thread JonY
On 9/28/2014 19:04, Marat Radchenko wrote: > 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

[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