[RFC PATCH 1/2] msvcrt: Split simple string/memory routines to a separate file

Martin Storsjö martin at martin.st
Tue Oct 20 03:45:29 CDT 2015


On Tue, 20 Oct 2015, Alexandre Julliard wrote:

> Martin Storsjo <martin at martin.st> writes:
>
>> These are simple functions that don't touch the global CRT state
>> (not touching errno etc). These are functions that are part of
>> vcruntime140.dll in the new ucrtbase/vcruntime split.
>>
>> Signed-off-by: Martin Storsjo <martin at martin.st>
>> ---
>> I'm not sure if "memory" is the best filename here, other suggestions
>> are welcome.
>
> I don't think you need a separate file for this. Simply duplicate the
> handful of functions that you need inside vcruntime140.

Thanks; indeed, as long as all of them are simple oneliners, this probably 
doesn't hurt too much.

// Martin



More information about the wine-devel mailing list