On Sun, 20 Aug 2017, JonY via Mingw-w64-public wrote:

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

No, since it's about !defined. With ||, it'd end up the same as #if 1.

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

Reply via email to