Function defined with __declspec(dllexport) in .h file but not in .c file discards __declspec(dllexport)

前端 未结 0 1014
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 17:33

I noticed several projects fail to build into a shared library on Windows with MinGW-w64 because they define functions with __declspec(dllexport) in the header

相关标签:
回答
  • 消灭零回复
提交回复
热议问题