
#14537: Do not link to msvcrt.dll
-------------------------------------+-------------------------------------
Reporter: johndoe | Owner: (none)
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
(Linking) |
Resolution: invalid | Keywords:
Operating System: Windows | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Phyx-):
Sorry for the delay, haven't had much time to spend on GHC. As you know we
depend on GCC which gets it's crt definitions from the mingw-w64 project.
As far as I am aware of, they were supposed to support XP until v5 of the
crt release https://sourceforge.net/p/mingw-w64/mailman/message/35465862/
but this function was added in 2010:
{{{
commit f532681f435090c3a0812bf02969821b211d5ca1
Author: Jonathan Yong <10walls@gmail.com>
Date: Mon Aug 2 06:59:06 2010 +0000
2010-07-26 Jonathan Yong