[Git][wine/wine][master] wdscore: Don't export C++ symbols.
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(a)GPAG@QAE(a)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... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b8de2fa524dd7a790e20cc110939f88... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)