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.

Jacek
diff --git a/mingw-w64-crt/lib-common/msvcrt.def.in 
b/mingw-w64-crt/lib-common/msvcrt.def.in
index 2359beb..5f7d559 100644
--- a/mingw-w64-crt/lib-common/msvcrt.def.in
+++ b/mingw-w64-crt/lib-common/msvcrt.def.in
@@ -289,7 +289,6 @@ __lc_collate_cp DATA
 __lc_handle DATA
 __lconv_init
 __mb_cur_max DATA
-#ifdef DEF_I386
 __p___argc
 __p___argv
 __p___initenv
@@ -319,7 +318,6 @@ __p__winmajor
 __p__winminor
 __p__winver
 __p__wpgmptr
-#endif
 __pctype_func
 __pioinfo DATA
 __pwctype_func
------------------------------------------------------------------------------
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

Reply via email to