Signed-off-by: Piotr Caban piotr@codeweavers.com --- dlls/msvcrt/math.c | 119 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 116 insertions(+), 3 deletions(-)
I'm curious, what's the advantage over using the standard library here?
Regards, Fabian Maurer
On 8/4/20 9:56 PM, Fabian Maurer wrote:
I'm curious, what's the advantage over using the standard library here?
The idea is to stop using the standard library and move msvcrt to PE format.
Thanks, Piotr