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.