Module: wine Branch: master Commit: 4701e2bae0f77dc6d32fc0bd80aed12fbfeac5d5 URL: https://gitlab.winehq.org/wine/wine/-/commit/4701e2bae0f77dc6d32fc0bd80aed12...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 28 12:28:17 2024 +0200
msvcrt: Only export thiscall functions on i386.
The mangled names are different on platforms without thiscall.
---
dlls/msvcirt/msvcirt.spec | 728 +++++++++++++++++++++---------------------- dlls/msvcr100/msvcr100.spec | 150 ++++----- dlls/msvcr110/msvcr110.spec | 24 +- dlls/msvcr70/msvcr70.spec | 20 +- dlls/msvcr71/msvcr71.spec | 4 +- dlls/msvcr80/msvcr80.spec | 2 +- dlls/msvcr90/msvcr90.spec | 2 +- dlls/msvcrt/msvcrt.spec | 16 +- dlls/msvcrt20/msvcrt20.spec | 708 +++++++++++++++++++++--------------------- dlls/msvcrt40/msvcrt40.spec | 738 ++++++++++++++++++++++---------------------- dlls/msvcrtd/msvcrtd.spec | 20 +- 11 files changed, 1206 insertions(+), 1206 deletions(-)