[PATCH vkd3d] Makefile: Explicitly avoid ANSI stdio modifiers when cross compiling.

Giovanni Mascellani gmascellani at codeweavers.com
Tue Jan 25 03:44:44 CST 2022


Hi,

Il 24/01/22 17:24, Zebediah Figura (she/her) ha scritto:
> The problem isn't PRIu64. The problem is that we're using 
> __attribute__((format(printf))), which defaults to ms_printf for MinGW 
> targets, even though we actually want gnu_printf.

But do we really? Crosstests are linked against msvcrt, and from what I 
understand msvcrt should use MS printf modifiers, shouldn't it?

Giovanni.



More information about the wine-devel mailing list