On Tue, 20 Oct 2015, Alexandre Julliard wrote:
Martin Storsjo martin@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@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