On 04/26/13 16:18, Alexandre Julliard wrote:
> Jacek Caban writes:
>
>> On 04/26/13 14:46, Alexandre Julliard wrote:
>>> Jacek Caban writes:
>>>
This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version.
Previous versions had a separated library that contained forwards from
>
Jacek Caban writes:
> On 04/26/13 14:46, Alexandre Julliard wrote:
>> Jacek Caban writes:
>>
>>> This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version.
>>> Previous versions had a separated library that contained forwards from
>>> underscored functions to non-underscored, which I
On 04/26/13 14:46, Alexandre Julliard wrote:
> Jacek Caban writes:
>
>> This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version.
>> Previous versions had a separated library that contained forwards from
>> underscored functions to non-underscored, which I believe made using
>> hypot w
Jacek Caban writes:
> This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version.
> Previous versions had a separated library that contained forwards from
> underscored functions to non-underscored, which I believe made using
> hypot work. Those were currently moved directly to msvcr* i