V2 msvcp100: add time_get::get function with format parameters, add missing arm exports for time_get::get functions

Vijay Kiran Kamuju infyquest at gmail.com
Tue Nov 7 13:00:50 CST 2017


Hi Piotr,

Are you sure about
+@ cdecl -arch=win64
?get@?$time_get at DV?$istreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@0AEAVios_base at 2@AEAHPEAUtm@@PEBD4 at Z(ptr
ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr) time_get_char_get_fmt

taking 9 arguments instead of 11, as per the function signature - 11
seems correct.

Thanks,
Vijay

On Tue, Nov 7, 2017 at 1:59 PM, Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
> Aaah crap, I missed it (copy-pasta error).
>
> Will do the change and resend.
>
> Thanks for pointing out.
>
> Thanks,
> Vijay
>
> On Tue, Nov 7, 2017 at 12:56 PM, Piotr Caban <piotr.caban at gmail.com> wrote:
>> Hi,
>>
>> On 11/07/17 12:01, Vijay Kiran Kamuju wrote:
>>>
>>> +@ cdecl -arch=win64
>>> ?get@?$time_get at DV?$istreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@0AEAVios_base at 2@AEAHPEAUtm@@PEBD4 at Z(ptr
>>> ptr ptr long ptr long ptr ptr ptr ptr ptr) time_get_char_get_fmt
>>
>> You have missed the win64 change in msvcp100.spec file.
>>
>>> +@ cdecl -arch=win64
>>> ?get@?$time_get at DV?$istreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@0AEAVios_base at 2@AEAHPEAUtm@@PEBD4 at Z(ptr
>>> ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr) time_get_char_get_fmt
>> The function is taking 9 ptr parameters in 64-bit case (not 11).
>>
>> Thanks,
>> Piotr



More information about the wine-devel mailing list