Re: [hatari-devel] Warnings with Windows build |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Sonntag, 21. August 2022 09:38:58 CEST Christian Zietz wrote:
> the
> Windows C runtime does in fact know about "%lld" in all currently
> supported Windows versions.
Depends on what you count as "supported windows version". In Windows 7, that
does *not* work, and you have to use that windows specific %I64 modifier when
using the standard MSVCRT. Workaround typically is to define
__USE_MINGW_ANSI_STDIO so the printf function (and also the attribute(printf))
is redirected to gnu_printf