Re: [RFC PATCH 1/2] msvcrt: Split simple string/memory routines to a separate file
Martin Storsjo <martin(a)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(a)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(a)winehq.org
On Tue, 20 Oct 2015, Alexandre Julliard wrote:
Martin Storsjo <martin(a)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(a)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
participants (2)
-
Alexandre Julliard -
Martin Storsjö