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

Missing closing braket of extern "C" #16

Open
Kretikus opened this issue Dec 1, 2021 · 2 comments
Open

Missing closing braket of extern "C" #16

Kretikus opened this issue Dec 1, 2021 · 2 comments

Comments

@Kretikus
Copy link

Kretikus commented Dec 1, 2021

the included dbghelp.h ist missing the closing of extern "C"

This (but not only this) prevents compilation with 2022

Add this before the last endif

#ifdef __cplusplus
}
#endif

@rversteegen
Copy link

Was already fixed in 31e6c0e

@5m1le71ger
Copy link

Was already fixed in 31e6c0e

不,你没有修复
你打开 https://github.com/CrashRpt/crashrpt2/blob/master/thirdparty/dbghelp/include/dbghelp.h, 你就知道了

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

3 participants