[APISETS] api-ms-win-crt-utility-l1-1-0: Fix 'llabs' return type

MSVC 'Release' build reports:
'dll\apisets\api-ms-win-crt-utility-l1-1-0_stubs.c(41): warning C4391: 'int llabs()': incorrect return type for intrinsic function, expected '__int64''

Addendum to 3f15a0d.
This commit is contained in:
Serge Gautherie 2020-06-10 10:09:14 +02:00 committed by Thomas Faber
parent 02680ace4d
commit bf88ce89c8
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -18,7 +18,7 @@
@ stub imaxdiv
@ stdcall labs() msvcrt.labs
@ stdcall ldiv() msvcrt.ldiv
@ stub llabs
@ stub -ret64 llabs
@ stub lldiv
@ stdcall qsort() msvcrt.qsort
@ stub qsort_s