On Tue, 7 Nov 2017, Martin Storsjö wrote:
These are available in all versions of msvcrt, also on x86_64.
Signed-off-by: Martin Storsjö <mar...@martin.st>
---
mingw-w64-headers/crt/stdlib.h | 2 --
1 file changed, 2 deletions(-)
Actually, this turns out to not be true. In my collection of msvcrt dlls,
it does exist on 32 bit XP, but is absent on 64 bit vista - so that hints
that the current ifdef might be right.
But as Jacek points out in 09/11, it might be better to always provide
__p___argv in libmsvcrt.a via a wrapper - then we can get rid of this
ifdef. For now I could also do "#if (current cond) || msvcrt_version >=
0x1400" to get the declaration that's needed for ucrtbase.
// Martin
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public