Module: wine Branch: master Commit: a22adf1893d510660d7eeea5ef290399ce21e8b5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a22adf1893d510660d7eeea5e...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Jul 23 15:38:40 2020 +0200
msvcrt: Don't use strtold in __STRINGTOLD_L.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/bnum.h | 1 + dlls/msvcrt/msvcrt.h | 4 +- dlls/msvcrt/scanf.h | 2 +- dlls/msvcrt/string.c | 190 ++++++++++++++++++++++++++++++++++++++++++++++----- dlls/msvcrt/wcs.c | 2 +- 5 files changed, 179 insertions(+), 20 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a22adf1893d510660d7ee...