On 08/19/2017 09:26 PM, Martin Storsjö wrote:
>      mainret = wmain (argc, argv, envp);
>  #else
> -#ifndef __arm__
> +#if !defined(__arm__) && !defined(__aarch64__)
>      __initenv = envp;

Shouldn't this be ||?

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
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