On 9/28/14, JonY <[email protected]> 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 <[email protected]> >> Date: Thu Dec 5 10:06:07 2013 +0000 >> >> Add winapi-family feature, added missing Windows 7 + 8 stuff, >> consolidate header >> >> >> git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@6392 >> 4407c894-4637-0410-b4f5-ada5f102cad1 >> >> b354505e fixes the fact that MinGW-W64 hides MsgWaitForMultipleObjects >> behind #ifndef NOGDI [1]. >> >> And until this bug is fixed, there are issues compiling git(1) with >> MinGW-W64. >> >> [1] http://sourceforge.net/p/mingw-w64/bugs/397/ >> > > Done, backported all changes from master to v3.x for that particular > header.
Bug #397 is the result of a very much misplaced endif. I fixed it in v1.x branch by commit 0ebd53: http://sf.net/p/mingw-w64/mingw-w64/ci/0ebd53611277c73458eae9189dca774ee9103d61/ and in v2.x by commit 86cd97: http://sf.net/p/mingw-w64/mingw-w64/ci/86cd97e495cc920e6f90345c9effea83a5bbb13d/ The latter can also be cherry-picked into main v3.x branch without any conflicts. I see that you backported the winuser.h changes from master into a new sf/v3.x branch. I guess that you will merge things back into main v3.x later, so I am not touching winuser.h. -- O.S. ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
