Module: wine Branch: master Commit: c6e4a6e8cda87c2bea3b2b3fb66e10f914d15c7a URL: https://gitlab.winehq.org/wine/wine/-/commit/c6e4a6e8cda87c2bea3b2b3fb66e10f...
Author: Alexandre Julliard julliard@winehq.org Date: Fri May 24 18:17:52 2024 +0200
dxtrans: Add correct C++ mangled names for all platforms.
---
dlls/dxtrans/dxtrans.spec | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/dlls/dxtrans/dxtrans.spec b/dlls/dxtrans/dxtrans.spec index b8ff0297a1b..87396a9cb32 100644 --- a/dlls/dxtrans/dxtrans.spec +++ b/dlls/dxtrans/dxtrans.spec @@ -1,9 +1,21 @@ -@ stub ?DXConstOverArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z -@ stub ?DXConstUnderArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z -@ stub ?DXDitherArray@@YGXPBUDXDITHERDESC@@@Z -@ stub ?DXLinearInterpolateArray@@YGXPBVDXBASESAMPLE@@PAUDXLIMAPINFO@@PAV1@K@Z -@ stub ?DXOverArray@@YGXPAVDXPMSAMPLE@@PBV1@K@Z -@ stub ?DXOverArrayMMX@@YGXPAVDXPMSAMPLE@@PBV1@K@Z +@ stub -arch=arm ?DXConstOverArray@@YAXPAVDXPMSAMPLE@@ABV1@K@Z +@ stub -arch=i386 ?DXConstOverArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z +@ stub -arch=win64 ?DXConstOverArray@@YAXPEAVDXPMSAMPLE@@AEBV1@K@Z +@ stub -arch=arm ?DXConstUnderArray@@YAXPAVDXPMSAMPLE@@ABV1@K@Z +@ stub -arch=i386 ?DXConstUnderArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z +@ stub -arch=win64 ?DXConstUnderArray@@YAXPEAVDXPMSAMPLE@@AEBV1@K@Z +@ stub -arch=arm ?DXDitherArray@@YAXPBUDXDITHERDESC@@@Z +@ stub -arch=i386 ?DXDitherArray@@YGXPBUDXDITHERDESC@@@Z +@ stub -arch=win64 ?DXDitherArray@@YAXPEBUDXDITHERDESC@@@Z +@ stub -arch=arm ?DXLinearInterpolateArray@@YAXPBVDXBASESAMPLE@@PAUDXLIMAPINFO@@PAV1@K@Z +@ stub -arch=i386 ?DXLinearInterpolateArray@@YGXPBVDXBASESAMPLE@@PAUDXLIMAPINFO@@PAV1@K@Z +@ stub -arch=win64 ?DXLinearInterpolateArray@@YAXPEBVDXBASESAMPLE@@PEAUDXLIMAPINFO@@PEAV1@K@Z +@ stub -arch=arm ?DXOverArray@@YAXPAVDXPMSAMPLE@@PBV1@K@Z +@ stub -arch=i386 ?DXOverArray@@YGXPAVDXPMSAMPLE@@PBV1@K@Z +@ stub -arch=win64 ?DXOverArray@@YAXPEAVDXPMSAMPLE@@PEBV1@K@Z +@ stub -arch=arm ?DXOverArrayMMX@@YAXPAVDXPMSAMPLE@@PBV1@K@Z +@ stub -arch=i386 ?DXOverArrayMMX@@YGXPAVDXPMSAMPLE@@PBV1@K@Z +@ stub -arch=win64 ?DXOverArrayMMX@@YAXPEAVDXPMSAMPLE@@PEBV1@K@Z @ stdcall -private DllCanUnloadNow() @ stub DllEnumClassObjects @ stdcall -private DllGetClassObject(ptr ptr ptr)