Module: wine Branch: master Commit: a4af0aaf5f3f51bd348014ee56ca6a4a1e385609 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4af0aaf5f3f51bd348014ee56...
Author: Martin Storsjo martin@martin.st Date: Wed Aug 2 20:49:17 2017 +0300
msvcrt: Don't export _isnanf, _nextafterf, _scalbf and frexpf on arm.
Based on the import libraries in MSVC 2012, 2013 and in the Windows 10 SDK, these functions actually aren't exported on arm - only on x86_64.
Signed-off-by: Martin Storsjo martin@martin.st Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec | 6 +++--- dlls/msvcr100/msvcr100.spec | 6 +++--- dlls/msvcr110/msvcr110.spec | 6 +++--- dlls/msvcr120/msvcr120.spec | 6 +++--- dlls/msvcr120_app/msvcr120_app.spec | 6 +++--- dlls/msvcr80/msvcr80.spec | 6 +++--- dlls/msvcr90/msvcr90.spec | 6 +++--- dlls/msvcrt/msvcrt.spec | 8 ++++---- dlls/ucrtbase/ucrtbase.spec | 6 +++--- 9 files changed, 28 insertions(+), 28 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a4af0aaf5f3f51bd348014...