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 ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
