Module: wine Branch: master Commit: 450015781e7ad45a79df01225ee75271563317ce URL: https://source.winehq.org/git/wine.git/?a=commit;h=450015781e7ad45a79df01225...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Jul 23 15:38:28 2020 +0200
msvcrt: Introduce fpnum structure that can be used to represent 64 and 80-bit double.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/msvcrt.h | 19 ++++- dlls/msvcrt/scanf.h | 6 +- dlls/msvcrt/string.c | 212 ++++++++++++++++++++++++++++++--------------------- dlls/msvcrt/wcs.c | 7 +- 4 files changed, 151 insertions(+), 93 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=450015781e7ad45a79df0...