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

Alexandre Julliard julliard at winehq.org
Tue Oct 20 03:18:28 CDT 2015


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list