On 5/6/19 2:24 PM, Martin Storsjö wrote:
This dll doesn't provide this function, but making it an empty no-op
function should be fine.

This somewhat allows running exes linked against this dll; the previous
incorrect declaration of this function in the def files allowed
compiling projects (where configure checks otherwise would fail since
the mingw crt startup files has undefined references against this
function) that in the end produced dlls linking against it.

This CRT dll (which is intended only for use with Windows Store apps)
doesn't actually operate properly when used for standalone exe's though
(it crashes on exit and e.g. printf function calls doesn't output
anything), but this still is a small step towards making things less
incorrect.

Signed-off-by: Martin Storsjö<mar...@martin.st>


Looks good to me.


Thanks,

Jacek



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to