On Wed, Apr 6, 2022 at 3:59 AM Hans Leidekker hans@codeweavers.com wrote:
You could add an is_x86() helper that returns true if the assembly architecture matches "x86" or "wow64".
This causes warnings when compiling the 32-bit build:
warning: ‘expression_is_x86’ defined but not used [-Wunused-function] 505 | static BOOL expression_is_x86(const WCHAR *str)
Is this fine? -- Kind regards, Mohamad