16 Mar
2025
16 Mar
'25
10:08 a.m.
From: Piotr Caban <piotr(a)codeweavers.com> --- include/msvcrt/inttypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/msvcrt/inttypes.h b/include/msvcrt/inttypes.h index a0a569d8adc..64a98e9f041 100644 --- a/include/msvcrt/inttypes.h +++ b/include/msvcrt/inttypes.h @@ -233,6 +233,7 @@ typedef struct { #define SCNuPTR "u" #endif +_ACRTIMP imaxdiv_t __cdecl imaxdiv(intmax_t, intmax_t); _ACRTIMP __int64 __cdecl strtoimax(const char*,char**,int); _ACRTIMP __int64 __cdecl strtoimax_l(const char*,char**,int,_locale_t); _ACRTIMP unsigned __int64 __cdecl strtoumax(const char*,char**,int); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7587