aliyun-openapi-cpp-sdk icon indicating copy to clipboard operation
aliyun-openapi-cpp-sdk copied to clipboard

编译时出现 wincrypt.h(380,29): error C4430: 缺少类型说明符

Open rioleehit opened this issue 2 years ago • 0 comments

core模块编译时出现 wincrypt.h(380,29): error C4430: 缺少类型说明符

修复方式 在 HmacSha1Signer.cc 19 行 更改为 #include <windows.h> #include <windef.h> #include <wincrypt.h>

  • 产品和接口: core模块
  • 平台: Windows
  • 最小代码:

rioleehit avatar Feb 28 '23 10:02 rioleehit