在 2023/8/8 23:20, Biswapriyo Nath 写道:
But the symbols in x86 import library in Windows SDK are decorated like stdcall.

dumpbin /exports "C:\Program Files (x86)\Windows
Kits\10\Lib\10.0.22621.0\um\x86\Wer.lib" | find /i
"WerStoreUploadReport"
_WerStoreUploadReport@16

Right; with the x86 MSVC, calling this function ends up in unresolved symbols and adding `__stdcall` fix that.

I mean that there don't seem to be such functions in 'wer.def' files. Maybe they should be updated as well?


--
Best regards,
LIU Hao

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to