Alexandre Julliard pushed to branch master at wine / wine
Commits: b8de2fa5 by Jacek Caban at 2025-02-03T18:13:36+01:00 wdscore: Don't export C++ symbols.
Modern Windows versions do not export these symbols.
The symbol ??0?$CDynamicArray@GPAG@QAE@I@Z uses an unusual mangling scheme that no existing tool understands. This causes issues on ARM64EC, which requires demangling when generating an import library.
- - - - -
1 changed file:
- dlls/wdscore/wdscore.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b8de2fa524dd7a790e20cc110939f88...