On Wed, 4 Aug 2021, Biswapriyo Nath wrote:
Wondering if Windows names can be used e.g. IMAGE_FILE_MACHINE_AMD64 (0x8664)
These are standalone tools, that can be built for any OS and thus don't include windows headers - so they can't use defines from such headers. If they want to, they could of course include separate named defines of their own, instead of just using numeric values.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
