[PATCH] msvcrt: Implement the remquo family of functions

Martin Storsjö martin at martin.st
Wed Apr 10 13:16:28 CDT 2019


On Wed, 10 Apr 2019, Chip Davis wrote:

> April 10, 2019 7:51 AM, "Martin Storsjo" <martin at martin.st> wrote:
>
>> diff --git a/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec
>> b/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec
>> index dea5094a91..b9fb2dcda5 100644
>> --- a/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec
>> +++ b/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec
>> @@ -308,9 +308,9 @@
>>  @ cdecl remainder(double double) ucrtbase.remainder
>>  @ cdecl remainderf(float float) ucrtbase.remainderf
>>  @ cdecl remainderl(double double) ucrtbase.remainderl
>> -@ stub remquo
>> -@ stub remquof
>> -@ stub remquol
>> +@ cdecl remquo(double double ptr) ucrtbase.remquo
>> +@ cdecl remquof(float float ptr) ucrtbase.remquof
>> +@ cdecl remquol(double double) ucrtbase.remquol
>
> Missing the last pointer parameter here. Ditto all the other spec files.

Thanks for catching it! I sent a fixed version.

// Martin




More information about the wine-devel mailing list