Apart from the thread hijack on if we should drop xp support. :) I believe this patch is good to apply yes?
On Mon, Oct 31, 2016 at 2:22 AM, Martell Malone <[email protected]> wrote: > Hey guys, > > This has been brought up both on the mailing list and the bug tracker. > https://sourceforge.net/p/mingw-w64/bugs/473/ > [Mingw-w64-public] Fwd: _mkgmtime missing on win32 gcc-4.9.3 > > My only concern is if this is supported on windows xp. > https://msdn.microsoft.com/en-us/library/2093ets1.aspx > MSDN has a doc version from VS2005. > I don't see anything about a min windows version there. > We already have this in the lib64 variant. > So all indicators are good. > > From 0d5e9e8f1f3f3cbcca86471174057edcaf3382d9 Mon Sep 17 00:00:00 2001 > From: Martell Malone <[email protected]> > Date: Mon, 31 Oct 2016 02:17:37 -0700 > Subject: [PATCH] lib32 msvcrt add mkgmtime exports > > --- > mingw-w64-crt/lib32/msvcrt.def.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/mingw-w64-crt/lib32/msvcrt.def.in b/mingw-w64-crt/lib32/ > msvcrt.def.in > index 6cc95a0..b991cd2 100644 > --- a/mingw-w64-crt/lib32/msvcrt.def.in > +++ b/mingw-w64-crt/lib32/msvcrt.def.in > @@ -343,6 +343,8 @@ _mbsupr > _memccpy > _memicmp > _mkdir > +_mkgmtime > +_mkgmtime32 > _mktemp > _msize > _nextafter > -- > 2.9.1 > > Can someone review and I will push. > > Best, > Martell > ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
