> On Nov 28, 2017, at 02:40, Jacek Caban <[email protected]> wrote: > > Hi Sven, > > > On 11/28/17 12:07 AM, Sven Kretzschmar wrote: >> Do you have an idea how to fix this ? >> Should I just revoke the corresponding change/patch ? : >> https://sourceforge.net/p/mingw-w64/mingw-w64/ci/fa33563b8f3f128d62257f1bc24bae9f04a5e14a/ > > > Sorry for breaking it and thanks for the report. I didn't notice that > __p__acmdln is exported by our libmsvcrt only for i686 (and that's what I > tested the patch on). I'd expect it to be present on other platforms as well > (I will verify that tomorrow when I have an access to Windows). If that's the > case, the attached patch should help.
It actually isn’t available in x86_64 versions of msvcrt.dll, not even on Windows 10. We need to work around it by providing wrapper functions for the msvcrt versions that is lacking it, just like we did for __p___argv - I sent a patch for this right now. Sorry for not noticing it during review. // 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
