Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rioleehit opened this issue Feb 28, 2023 · 0 comments
Open

Comments

@rioleehit
Copy link

rioleehit commented Feb 28, 2023

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

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

  • 产品和接口: core模块
  • 平台: Windows
  • 最小代码:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant